From c1179cc913cce18c7d5a317da15363c3118ca1d7 Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 3 Dec 2008 13:35:22 +0000 Subject: First version of syndication. Change on the css --- templates/vote.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/vote.html b/templates/vote.html index f3f1e1d..e000bc9 100644 --- a/templates/vote.html +++ b/templates/vote.html @@ -13,7 +13,8 @@ {% for choice in choices %}{{choice.name}}{% if choice.limit %} ({% trans "max" %} {{choice.limit}}){%endif%} {% endfor %} - {% for voter in voters %}{% ifequal current_voter_id voter.id %} + {% for voter in voters %} + {% ifequal current_voter_id voter.id %} @@ -77,7 +78,11 @@ {% endfor %} - + +
+
+ {% trans "Remain informed of poll evolution:" %} {%trans "Syndication"%} +
{% endblock %} -- cgit v1.2.3