From a837805ddb218af008f06adb57439949ae32582f Mon Sep 17 00:00:00 2001 From: etienne Date: Sun, 7 Dec 2008 19:06:22 +0000 Subject: Modifying limits - Reordering of choices --- templates/vote.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/vote.html') 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 %} {% trans "Sum" %} - {% for choice in choices %}{{choice.sum}} + {% for choice in choices %}{{choice.getSum}} {% endfor %} {%endif%} -- cgit v1.2.3