From b0cc7979d1f07b311ed0de7cba3a3f9196833227 Mon Sep 17 00:00:00 2001 From: Adrien Dorsaz Date: Tue, 30 Jul 2013 18:09:46 +0200 Subject: Fix url template use for last calls. --- papillon/templates/edit.html | 2 +- papillon/templates/editChoicesAdmin.html | 2 +- papillon/templates/vote.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/papillon/templates/edit.html b/papillon/templates/edit.html index 9e470c6..3bfb856 100644 --- a/papillon/templates/edit.html +++ b/papillon/templates/edit.html @@ -3,7 +3,7 @@ {% load i18n %} {% block fullscript %} - + {{ form.media }} diff --git a/papillon/templates/editChoicesAdmin.html b/papillon/templates/editChoicesAdmin.html index fdecdf0..41663ed 100644 --- a/papillon/templates/editChoicesAdmin.html +++ b/papillon/templates/editChoicesAdmin.html @@ -3,7 +3,7 @@ {% load i18n %} {% block fullscript %} - + {{ form_new_choice.media }} diff --git a/papillon/templates/vote.html b/papillon/templates/vote.html index 5d88af2..d316646 100644 --- a/papillon/templates/vote.html +++ b/papillon/templates/vote.html @@ -3,7 +3,7 @@ {% load get_range %} {% block fullscript %} - + {{ form_comment.media }} -- cgit v1.2.3