From 0b5b97c74803d1c8f06b380ad7c575109f9730ae Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 31 Mar 2024 14:47:31 +0300 Subject: Fix list view form send --- templates/poll_vote_list.html.j2 | 52 ++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'templates') diff --git a/templates/poll_vote_list.html.j2 b/templates/poll_vote_list.html.j2 index ef09af4..47a682f 100644 --- a/templates/poll_vote_list.html.j2 +++ b/templates/poll_vote_list.html.j2 @@ -1,35 +1,35 @@ -
- {% for choice in choices %} -
- +
+
+ {% for choice in choices %} +
+ +
+

+ {% endfor %}
-

- {% endfor %} -
-
- +
- -
+
+ {% if managed_voter_names | length != 0 %}
-- cgit v1.3