From e41e52768085a81b1b5d48f5f0583b6449179fa8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 25 Oct 2011 00:17:19 +0200 Subject: Correct hard link in templates and views (closes #309) --- papillon/templates/editChoices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'papillon/templates/editChoices.html') diff --git a/papillon/templates/editChoices.html b/papillon/templates/editChoices.html index 1082d30..7e059a8 100644 --- a/papillon/templates/editChoices.html +++ b/papillon/templates/editChoices.html @@ -3,7 +3,7 @@

{% trans "New choice" %}

{%if form_new_choice.errors %}

{{form_new_choice.errors}}

{%endif%} -
+ {{form_new_choice.poll}} {{form_new_choice.order}} -- cgit v1.2.3