From f5a7669e18dc333127bc1c48f64784b85607b234 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 28 Feb 2024 19:18:19 +0200 Subject: Fix list mode div issue --- templates/poll_vote_list.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 37b9406..2170d40 100644 --- a/templates/poll_vote_list.html.j2 +++ b/templates/poll_vote_list.html.j2 @@ -19,7 +19,7 @@ {% if choice.votes | length != 0 %} Voted by: {% for vote in choice.votes %}{{ vote.voter_name }}{% if not loop.last %}, {% endif %}{% endfor %} {% endif %} -
+

-- cgit v1.3