From e000b5aa45c2a8457fcbbe25a2f9a46af7714d82 Mon Sep 17 00:00:00 2001 From: mtyton Date: Wed, 27 Sep 2023 22:10:27 +0200 Subject: [PATCH] get language change working --- artel/artel/templates/base.html | 40 ++++++++++++++++----------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/artel/artel/templates/base.html b/artel/artel/templates/base.html index 4ff9f78..8e55bd5 100644 --- a/artel/artel/templates/base.html +++ b/artel/artel/templates/base.html @@ -37,27 +37,6 @@ {% wagtailuserbar %}
-
-
-
- - - -
-
{% if navbar_position == 'top' %}
@@ -84,6 +63,25 @@
{% endif %}
+
+
+
+ + + +
+
{# Global javascript #}