Add missing bootstrap setup delete icon

This commit is contained in:
Roberto Rosario
2012-10-07 04:07:52 -04:00
parent bd92a88d2b
commit 2f28caaf4d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -117,7 +117,7 @@ def bootstrap_setup_delete(request, bootstrap_setup_pk):
'next': next, 'next': next,
'object': bootstrap, 'object': bootstrap,
'title': _(u'Are you sure you with to delete the bootstrap setup: %s?') % bootstrap, 'title': _(u'Are you sure you with to delete the bootstrap setup: %s?') % bootstrap,
'form_icon': icon_bootstrap_setup_delete, 'form_icon': 'lightning_delete.png',
} }
return render_to_response('generic_confirm.html', context, return render_to_response('generic_confirm.html', context,