From ee619af4367224dbc271962120493b2326a15a00 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 7 Apr 2024 20:55:36 +0300 Subject: Add a confirmation screen when deleting submission --- templates/voter_confirm_delete.html.j2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/voter_confirm_delete.html.j2 (limited to 'templates') diff --git a/templates/voter_confirm_delete.html.j2 b/templates/voter_confirm_delete.html.j2 new file mode 100644 index 0000000..faa175a --- /dev/null +++ b/templates/voter_confirm_delete.html.j2 @@ -0,0 +1,12 @@ +{% extends "base.html.j2" %} + +{% block content %} +

Confirm deletion of voter {{ voter_name }}

+ +

Are you sure you want to delete the submission by {{ voter_name }}?

+ +
+ + +
+{% endblock %} -- cgit v1.3