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/editChoicesAdmin.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'templates/editChoicesAdmin.html') diff --git a/templates/editChoicesAdmin.html b/templates/editChoicesAdmin.html index a668319..260d68c 100644 --- a/templates/editChoicesAdmin.html +++ b/templates/editChoicesAdmin.html @@ -19,7 +19,6 @@ {% include 'editChoices.html' %} {% if choices %}

{% trans "Available choices" %}

-
{%if not poll.dated_choices%}{%endif%} @@ -27,7 +26,9 @@ - {% for choice in choices %}{{choice.form.poll}}{{choice.form.order}} + {% for choice in choices %} + + {{choice.form.poll}}{{choice.form.order}} {%if not poll.dated_choices%}{%endif%} @@ -35,8 +36,9 @@ - {% endfor %} + + {% endfor %}
{% trans "Up/down" %}{% trans "Limit" %} {% trans "Delete?"%}
+ / -{{choice.form.name}}
-{% endif %} +{% endif %} {% endblock %} -- cgit v1.2.3