From 42528ec02071181206eecfda9c05b6b97b82c502 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 12 Sep 2021 11:40:56 +0100 Subject: [PATCH] . --- templates/exam_confirm_delete.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/exam_confirm_delete.html b/templates/exam_confirm_delete.html index 41ddc888..c46a5ccf 100644 --- a/templates/exam_confirm_delete.html +++ b/templates/exam_confirm_delete.html @@ -1,4 +1,10 @@ +{% extends 'base.html' %} + + +{% block content %}
{% csrf_token %} -

Are you sure you want to delete "{{ object }}"?

+

Are you sure you want to delete the exam "{{ object }}"?

-
\ No newline at end of file + +{% endblock content %} + \ No newline at end of file