aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>