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,
'previous': previous,
'next': next,
'form_icon': u'comment_delete.png',
}
if len(comments) == 1:
context['object'] = comments[0].content_object