From 2b384dd33ecd0a17823e60cded5d3b111ea8133e Mon Sep 17 00:00:00 2001 From: etienne Date: Fri, 8 Aug 2008 13:23:16 +0000 Subject: Possibility to delete a vote. Few bug correction. Documentation. Cleaner functions. --- templates/createOrEdit.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/createOrEdit.html') diff --git a/templates/createOrEdit.html b/templates/createOrEdit.html index cee7616..073dcfd 100644 --- a/templates/createOrEdit.html +++ b/templates/createOrEdit.html @@ -2,12 +2,12 @@ {% block content %} {% if not new and not choices %} -

As long as no option was added to the poll, it will not be made available.

+

As long as no options were added to the poll, it will not be made available.

{% endif %}

{% if new %}New{% else %}Edit{% endif %} poll

{% if error %}

{{ error }}

{% endif %}
- +
{% if not new %} @@ -54,7 +54,7 @@ {% for choice in choices %} - {% endfor %}{% endif %} + {% endfor %}{% endif %} {% endif %}
http://{{full_base_url}}
 {{choice.name}}
{{choiceform}}
{% if new %} -- cgit v1.2.3