From ee49d6eaa93474e5636411e78b34f35ac60ca94c Mon Sep 17 00:00:00 2001
From: etienne
Date: Thu, 13 Jan 2011 15:22:44 +0000
Subject: Correct the edition of polls - closes #293
---
papillon/templates/editChoicesAdmin.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/papillon/templates/editChoicesAdmin.html b/papillon/templates/editChoicesAdmin.html
index a7798bf..b04b0ec 100644
--- a/papillon/templates/editChoicesAdmin.html
+++ b/papillon/templates/editChoicesAdmin.html
@@ -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