From ef8c2c576043330a7a22d9549284003e57c284bb Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 1 Mar 2024 13:55:25 +0200 Subject: Add possibility to manage own vote --- templates/poll_vote_list.html.j2 | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'templates/poll_vote_list.html.j2') diff --git a/templates/poll_vote_list.html.j2 b/templates/poll_vote_list.html.j2 index 9d3a15c..ef09af4 100644 --- a/templates/poll_vote_list.html.j2 +++ b/templates/poll_vote_list.html.j2 @@ -23,8 +23,25 @@
- - - +
+ + + +
+{% if managed_voter_names | length != 0 %} +
+
+

Remove submission(s)

+{% endif %} +
+ {% for voter_name in managed_voter_names %} +
+ + {{ voter_name }} + +
+ {% endfor %} +
\ No newline at end of file -- cgit v1.3