From 8f67d3f8375b4b5c420361af219584005ef4f5c1 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 1 May 2021 12:53:51 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_confirm_delete.html | 4 ++++ rapids/templates/rapids/exam_confirm_delete.html | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 anatomy/templates/anatomy/exam_confirm_delete.html create mode 100644 rapids/templates/rapids/exam_confirm_delete.html diff --git a/anatomy/templates/anatomy/exam_confirm_delete.html b/anatomy/templates/anatomy/exam_confirm_delete.html new file mode 100644 index 00000000..41ddc888 --- /dev/null +++ b/anatomy/templates/anatomy/exam_confirm_delete.html @@ -0,0 +1,4 @@ +
{% csrf_token %} +

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

+ +
\ No newline at end of file diff --git a/rapids/templates/rapids/exam_confirm_delete.html b/rapids/templates/rapids/exam_confirm_delete.html new file mode 100644 index 00000000..41ddc888 --- /dev/null +++ b/rapids/templates/rapids/exam_confirm_delete.html @@ -0,0 +1,4 @@ +
{% csrf_token %} +

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

+ +
\ No newline at end of file