X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f5129e7c47fa5fcf0a20f04249b90afcbc54cb9c..397ba7adb8e974384f33f53dd0ee230374cce80a:/src/wolnelektury/templates/base/superbase.html diff --git a/src/wolnelektury/templates/base/superbase.html b/src/wolnelektury/templates/base/superbase.html index 8bdd43129..e079a8ec8 100644 --- a/src/wolnelektury/templates/base/superbase.html +++ b/src/wolnelektury/templates/base/superbase.html @@ -2,7 +2,7 @@ {% spaceless %} {% load pipeline i18n %} - {% load static from staticfiles %} + {% load static %} {% load catalogue_tags funding_tags reporting_stats %} {% load piwik_tags %} {% load cache %} @@ -30,6 +30,7 @@ {% stylesheet "main" %} {% block extrahead %}{% endblock %} + {% tracking_code %} @@ -65,7 +66,7 @@
- ⚐ + {% trans {% trans "Language" %}
@@ -107,6 +108,9 @@
@@ -166,15 +170,13 @@
{% endblock bodycontent %} - + {% javascript "base" %} - {% tracking_code %} - {% block extrabody %}{% endblock %}