From 6ca849cc9144d4c9043e1184ec28b1594b56aacc Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Tue, 28 Oct 2014 11:36:19 +0100 Subject: [PATCH] Made the i18n url a fixed string, in Django 1.4 the named urlpattern does not exist yet. This looks like the best way to support all versions. Once 1.4 is deprecated we make this a revserse again. --- dpaste/templates/dpaste/about.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dpaste/templates/dpaste/about.html b/dpaste/templates/dpaste/about.html index b245d7b..c3c1d69 100644 --- a/dpaste/templates/dpaste/about.html +++ b/dpaste/templates/dpaste/about.html @@ -17,20 +17,20 @@ github.com/bartTC/dpaste

-
- {% csrf_token %} - Change the language: - - - -
+
+ Change the language: + {% csrf_token %} + + + +

API