X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a5d97184b87b72f8fb964c862af0f54f3ef788c1..ee75b1b8175c0d60a4095481e67c88aa8816f70a:/src/wolnelektury/templates/base/superbase.html diff --git a/src/wolnelektury/templates/base/superbase.html b/src/wolnelektury/templates/base/superbase.html index bd7de37e0..2be2adbd1 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 %} @@ -37,7 +37,9 @@ {% block bodycontent %} {% block annoy %} - {% annoy_banner 'blackout' %} + {% if AB.BLACKOUT %} + {% annoy_banner 'blackout' %} + {% endif %} {% annoy_banner 'top' %} {% if not funding_no_show_current %} {% cache 120 funding_top_bar LANGUAGE_CODE %} @@ -66,7 +68,7 @@
- ⚐ + {% trans {% trans "Language" %}
@@ -108,6 +110,9 @@
@@ -167,7 +172,7 @@
{% endblock bodycontent %} - +