X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f5129e7c47fa5fcf0a20f04249b90afcbc54cb9c..9e4c8e837be2943198e7c300e1ff3cde3185e0cc:/src/wolnelektury/templates/base/superbase.html diff --git a/src/wolnelektury/templates/base/superbase.html b/src/wolnelektury/templates/base/superbase.html index 8bdd43129..9c77627e8 100644 --- a/src/wolnelektury/templates/base/superbase.html +++ b/src/wolnelektury/templates/base/superbase.html @@ -1,8 +1,8 @@ {% spaceless %} - + {% load pipeline i18n %} - {% load static from staticfiles %} + {% load static %} {% load catalogue_tags funding_tags reporting_stats %} {% load piwik_tags %} {% load cache %} @@ -30,8 +30,14 @@ {% stylesheet "main" %} {% block extrahead %}{% endblock %} + {% tracking_code %} + {% block bodycontent %} @@ -64,8 +70,8 @@

- - ⚐ + + {% trans "Language" %}
@@ -73,7 +79,7 @@
{% csrf_token %} -
{% endfor %} @@ -106,22 +112,8 @@ {% endif %} -
+ + + + +
@@ -166,15 +165,13 @@ {% endblock bodycontent %} - + {% javascript "base" %} - {% tracking_code %} - {% block extrabody %}{% endblock %}