Added comment_delete icon

This commit is contained in:
Roberto Rosario
2011-05-20 04:00:36 -04:00
parent d2e4fce100
commit 1ff0d0b1fb
2 changed files with 1 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ def comment_delete(request, comment_id=None, comment_id_list=None):
'delete_view': True, 'delete_view': True,
'previous': previous, 'previous': previous,
'next': next, 'next': next,
'form_icon': u'comment_delete.png',
} }
if len(comments) == 1: if len(comments) == 1:
context['object'] = comments[0].content_object context['object'] = comments[0].content_object

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB