Skip to content

Commit 5030040

Browse files
committed
delete buttons (delete tamlates)
1 parent d44e4b0 commit 5030040

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

task_manager/templates/labels/delete.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ <h1 class="my-4">{% translate "Status deletion" %}</h1>
1313
<form method="post">{% csrf_token %}
1414
<p>{% translate "Are you sure want to delete label?" %} "{{ object.name }}"?</p>
1515
{% bootstrap_form form %}
16-
{% buttons %}
1716
<button type="submit" class="btn btn-danger">
1817
{% translate "Yes, exactly" %}
1918
</button>
20-
{% endbuttons %}
2119
</form>
2220
</div>
2321

0 commit comments

Comments
 (0)