Converted all delete CBVs to use utilities/obj_delete.html

This commit is contained in:
Jeremy Stretch
2016-05-12 15:46:02 -04:00
parent bf364b7466
commit f4b14b42ee
19 changed files with 19 additions and 158 deletions

View File

@@ -9,7 +9,7 @@
<div class="panel panel-danger">
<div class="panel-heading">{% block title %}{% endblock %}</div>
<div class="panel-body">
{% block message %}Are you sure?{% endblock %}
{% block message %}<p>Are you sure?</p>{% endblock %}
{% for field in form.hidden_fields %}
{{ field }}
{% endfor %}