aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-28 19:18:19 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-12-21 19:43:13 +0200
commitf5a7669e18dc333127bc1c48f64784b85607b234 (patch)
tree5e531041f3f4c6324e1d79d1dad10db877c3e5ed
parentcdcbcf93fa15b6257aeb8d347219b3f9793606d0 (diff)
Fix list mode div issue
-rw-r--r--templates/poll_vote_list.html.j22
1 files changed, 1 insertions, 1 deletions
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 %}
- <div>
+ </div>
</label>
</div>
<p></p>