aboutsummaryrefslogtreecommitdiffstats
path: root/templates/poll_vote_table.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/poll_vote_table.html.j2')
-rw-r--r--templates/poll_vote_table.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/poll_vote_table.html.j2 b/templates/poll_vote_table.html.j2
index 97fcac5..a7aa434 100644
--- a/templates/poll_vote_table.html.j2
+++ b/templates/poll_vote_table.html.j2
@@ -5,7 +5,7 @@
<th>
{% include "poll_choice_datetime_range.html.j2" %}
<span>
- <i>{{ choice.votes | length }} votes</i>
+ <i>{{ choice.votes_with_value(1) | length }} votes</i>
</span>
</th>
{% endfor %}