X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a5d97184b87b72f8fb964c862af0f54f3ef788c1..7dc4e308bf8367b765c155e6c06c37e90c24636e:/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 @@