From 852d50136ca934a314712983f16ee1abeac6a19b Mon Sep 17 00:00:00 2001
From: etienne
Date: Mon, 28 Dec 2009 18:44:20 +0000
Subject: Simplification of base url management
---
templates/editChoicesAdmin.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'templates/editChoicesAdmin.html')
diff --git a/templates/editChoicesAdmin.html b/templates/editChoicesAdmin.html
index 260d68c..a7798bf 100644
--- a/templates/editChoicesAdmin.html
+++ b/templates/editChoicesAdmin.html
@@ -3,9 +3,9 @@
{% load i18n %}
{% block fullscript %}
-
-
-
+
+
+
{{ form_new_choice.media }}
{% endblock %}
@@ -14,7 +14,7 @@
{% blocktrans %}As long as no options were added to the poll, it will not be available.{% endblocktrans %}
{% else %}
{% trans "Complete/Finalise the poll" %}
-
+
{% endif %}
{% include 'editChoices.html' %}
{% if choices %}
--
cgit v1.2.3