This commit is contained in:
Ross
2021-09-26 08:57:53 +01:00
parent 51747691c3
commit 67c5a5dd22
3 changed files with 13 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{% extends 'base.html' %}
{% block content %}
<form method="post">{% csrf_token %}
<p>Are you sure you want to delete the user answer "{{ object }}"?</p>
<input type="submit" value="Confirm">
</form>
{% endblock content %}