diff options
Diffstat (limited to 'templates/vote.html')
-rw-r--r-- | templates/vote.html | 2 |
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> |