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

View File

@@ -117,7 +117,7 @@ def bootstrap_setup_delete(request, bootstrap_setup_pk):
'next': next,
'object': 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,