From 18b57522b7dcfe210b627bbc665c000cba53b1ae Mon Sep 17 00:00:00 2001
From: Adrien Dorsaz
Date: Tue, 30 Jul 2013 18:43:12 +0200
Subject: Use simple quotes instead of double quotes for url template function
---
papillon/templates/editChoicesAdmin.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'papillon/templates/editChoicesAdmin.html')
diff --git a/papillon/templates/editChoicesAdmin.html b/papillon/templates/editChoicesAdmin.html
index 41663ed..d296a16 100644
--- a/papillon/templates/editChoicesAdmin.html
+++ b/papillon/templates/editChoicesAdmin.html
@@ -3,7 +3,7 @@
{% load i18n %}
{% block fullscript %}
-
+
{{ form_new_choice.media }}
@@ -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