diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-28 19:18:19 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | f5a7669e18dc333127bc1c48f64784b85607b234 (patch) | |
| tree | 5e531041f3f4c6324e1d79d1dad10db877c3e5ed /templates/poll_vote_list.html.j2 | |
| parent | cdcbcf93fa15b6257aeb8d347219b3f9793606d0 (diff) | |
Fix list mode div issue
Diffstat (limited to 'templates/poll_vote_list.html.j2')
| -rw-r--r-- | templates/poll_vote_list.html.j2 | 2 |
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> |
