summaryrefslogtreecommitdiff
path: root/templates/vote.html
diff options
context:
space:
mode:
authoretienne2008-12-07 19:06:22 +0000
committeretienne2008-12-07 19:06:22 +0000
commita837805ddb218af008f06adb57439949ae32582f (patch)
tree9f58533cf4c63b45b96e58f95f273dc70fb49a9b /templates/vote.html
parent8c5c770d99f2d59ffe487ed0fdbe6a06139f3f49 (diff)
Modifying limits - Reordering of choices
Diffstat (limited to 'templates/vote.html')
-rw-r--r--templates/vote.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vote.html b/templates/vote.html
index 21b8a0d..b9cfa98 100644
--- a/templates/vote.html
+++ b/templates/vote.html
@@ -77,7 +77,7 @@
{%endif%}{%endif%}
{% if not hide_vote %}<tr id='sum'>
<td class='simple'></td><th>{% trans "Sum" %}</th>
- {% for choice in choices %}<td{%if choice.highlight %} class='highlight'{%endif%}>{{choice.sum}}</td>
+ {% for choice in choices %}<td{%if choice.highlight %} class='highlight'{%endif%}>{{choice.getSum}}</td>
{% endfor %}
</tr>{%endif%}
</table>