This commit is contained in:
Ross
2021-09-12 11:39:20 +01:00
parent feae1ca5a0
commit 42fd53ee39
4 changed files with 3 additions and 0 deletions
+4
View File
@@ -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>