From 6a42acaa114548e052f5cd9c5835b4c2354d5e9d Mon Sep 17 00:00:00 2001 From: Adrien Dorsaz Date: Tue, 30 Jul 2013 14:07:05 +0200 Subject: Update url function in templates to django 1.5 --- papillon/templates/edit.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'papillon/templates/edit.html') diff --git a/papillon/templates/edit.html b/papillon/templates/edit.html index 2f77a7e..9e470c6 100644 --- a/papillon/templates/edit.html +++ b/papillon/templates/edit.html @@ -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