This commit is contained in:
Ross
2021-05-01 12:53:51 +01:00
parent 92404b791b
commit 8f67d3f837
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,4 @@
<form method="post">{% csrf_token %}
<p>Are you sure you want to delete "{{ object }}"?</p>
<input type="submit" value="Confirm">
</form>
@@ -0,0 +1,4 @@
<form method="post">{% csrf_token %}
<p>Are you sure you want to delete "{{ object }}"?</p>
<input type="submit" value="Confirm">
</form>