mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 19:32:24 -06:00
Converted all delete CBVs to use utilities/obj_delete.html
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user