X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/acb909fd2929c32ca38e71e8d5ad2f0d7efa9883..fd83e43c276cf117622e5f67e2d080a22eb5257d:/src/wolnelektury/templates/base/superbase.html?ds=sidebyside diff --git a/src/wolnelektury/templates/base/superbase.html b/src/wolnelektury/templates/base/superbase.html index f57a94782..54c72405a 100644 --- a/src/wolnelektury/templates/base/superbase.html +++ b/src/wolnelektury/templates/base/superbase.html @@ -26,6 +26,7 @@ + {% stylesheet "main" %} {% block extrahead %}{% endblock %} @@ -33,11 +34,13 @@ {% block bodycontent %} - {% if not funding_no_show_current %} - {% cache 120 funding_top_bar LANGUAGE_CODE %} - {% funding_top_bar %} - {% endcache %} - {% endif %} + {% block annoy %} + {% if not funding_no_show_current %} + {% cache 120 funding_top_bar LANGUAGE_CODE %} + {% funding_top_bar %} + {% endcache %} + {% endif %} + {% endblock %}
@@ -134,14 +137,12 @@
- {% comment %} - {% endcomment %} {% block body %} {% endblock %}