From 6cab9442e9ada9c15879998d287bb549e2037238 Mon Sep 17 00:00:00 2001 From: etienne Date: Fri, 4 Dec 2009 22:58:19 +0000 Subject: Template cleaning - Vote page upgrade with new fonctionnality --- templates/editChoicesUser.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'templates/editChoicesUser.html') diff --git a/templates/editChoicesUser.html b/templates/editChoicesUser.html index bec7384..4313ade 100644 --- a/templates/editChoicesUser.html +++ b/templates/editChoicesUser.html @@ -10,6 +10,7 @@ {% endblock %} {% block content %} +

{%trans "Return to the poll"%}

{% trans "Choices" %}

{% if choices %} @@ -17,15 +18,10 @@ {% for choice in choices %} - + {% endfor %} - - - -
{% trans "Limit" %}
{{choice.name}}{%if poll.dated_choices%}{{choice.date|date:_("DATETIME_FORMAT")}}{%else%}{{choice.name}}{%endif%} {% if choice.limit %}{% trans "Limited to"%} {{choice.limit}} {% trans "vote(s)" %}{% endif %}
-
-{% endif %} +{% endif %} {% include 'editChoices.html' %} {% endblock %} -- cgit v1.2.3