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/editChoicesUser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'papillon/templates/editChoicesUser.html') diff --git a/papillon/templates/editChoicesUser.html b/papillon/templates/editChoicesUser.html index de06211..cff888c 100644 --- a/papillon/templates/editChoicesUser.html +++ b/papillon/templates/editChoicesUser.html @@ -10,7 +10,7 @@ {% endblock %} {% block content %} -

{%trans "Return to the poll"%}

+

{%trans "Return to the poll"%}

{% trans "Choices" %}

{% if choices %} -- cgit v1.2.3