Add missing bootstrap setup delete icon
This commit is contained in:
BIN
apps/bootstrap/static/images/icons/lightning_delete.png
Normal file
BIN
apps/bootstrap/static/images/icons/lightning_delete.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user