This commit is contained in:
Ross
2021-09-12 11:40:56 +01:00
parent 42fd53ee39
commit 42528ec020
+8 -2
View File
@@ -1,4 +1,10 @@
{% extends 'base.html' %}
{% block content %}
<form method="post">{% csrf_token %}
<p>Are you sure you want to delete "{{ object }}"?</p>
<p>Are you sure you want to delete the exam "{{ object }}"?</p>
<input type="submit" value="Confirm">
</form>
</form>
{% endblock content %}