From dbf0a5632319733d8fbdbdff2fb85f5026a02c7a Mon Sep 17 00:00:00 2001 From: Adrien Dorsaz Date: Fri, 9 Aug 2013 00:37:31 +0200 Subject: Fix bug with newest django 1.5 url function (forgott before) --- papillon/templates/editChoicesUser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papillon/templates/editChoicesUser.html b/papillon/templates/editChoicesUser.html index cff888c..174c02f 100644 --- a/papillon/templates/editChoicesUser.html +++ b/papillon/templates/editChoicesUser.html @@ -3,7 +3,7 @@ {% load i18n %} {% block fullscript %} - + {{ form_new_choice.media }} -- cgit v1.2.3