Added confirm template icons
This commit is contained in:
@@ -105,7 +105,8 @@ def folder_delete(request, folder_id):
|
||||
'previous': previous,
|
||||
'next': next,
|
||||
'object': folder,
|
||||
'title': _(u'Are you sure you with to delete the folder: %s?') % folder
|
||||
'title': _(u'Are you sure you with to delete the folder: %s?') % folder,
|
||||
'form_icon': u'folder_delete.png',
|
||||
}
|
||||
|
||||
return render_to_response('generic_confirm.html', context,
|
||||
|
||||
Reference in New Issue
Block a user