This commit is contained in:
Ross
2021-09-26 09:01:08 +01:00
parent 67c5a5dd22
commit 0a143e8bac
4 changed files with 5 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@
<form method="post">{% csrf_token %}
<p>Are you sure you want to delete the user answer "{{ object }}"?</p>
<input type="submit" value="Confirm">
<a href="{{ view.get_success_url }}" class="btn btn-default">Cancel</a>
</form>
{% endblock content %}