Remove confirmation template's form icon

This commit is contained in:
Roberto Rosario
2014-10-25 02:21:44 -04:00
parent 2a7e543cd8
commit 71e8502614
40 changed files with 2 additions and 43 deletions

View File

@@ -56,7 +56,6 @@ 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