diff --git a/intranet/templates/polls/results.html b/intranet/templates/polls/results.html
index bf937c504ed..66eb7808bf5 100644
--- a/intranet/templates/polls/results.html
+++ b/intranet/templates/polls/results.html
@@ -71,7 +71,7 @@
Results: {{ poll }}
{% endfor %}
- {% for i in "01234" %}
+ {% for i in "012345" %}
T |
M |
F |
@@ -124,6 +124,11 @@ Results: {{ poll }}
{{ t.male }} |
{{ t.female }} |
{% endwith %}
+ {% with t=c.votes.13 %}
+ {{ t.all }} |
+ {{ t.male }} |
+ {{ t.female }} |
+ {% endwith %}
{% endfor %}