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/edit.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'papillon/templates/edit.html') diff --git a/papillon/templates/edit.html b/papillon/templates/edit.html index 3bfb856..647700d 100644 --- a/papillon/templates/edit.html +++ b/papillon/templates/edit.html @@ -3,7 +3,7 @@ {% load i18n %} {% block fullscript %} - + {{ form.media }} @@ -16,7 +16,7 @@ -{{ base_url }} +{{ base_url }}

{% trans "Copy this address and send it to voters who want to participate to this poll" %} @@ -25,7 +25,7 @@ -{{ edit_url }} +{{ edit_url }}

{% trans "Address to modify the current poll" %} @@ -34,7 +34,7 @@ -{{choices_url }} +{{choices_url }}

{% trans "Address to modify choices of the current poll." %} -- cgit v1.2.3