From 4a1404b01d658f9aa89f63e2cc2de9fe0b33341f Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Mon, 20 May 2013 16:47:13 +0200 Subject: [PATCH] Revert "Change behaviour of language links to fix #1052" This reverts commit 5718157f064d875891b83614779197e034c8448d. --- templates/index.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/templates/index.html b/templates/index.html index 0c8f601..898740a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -63,11 +63,7 @@ {% for lang_code, lang_name in languages %} {% language lang_code %} -
{% csrf_token %} - - - {{ lang_name }} -
+ {{ lang_name }} {% endlanguage %} {% endfor %} -- GitLab