X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c949ed2b4a7050c69b68fe2d27aaf4df4ed88a8..746bfb66224e6a1065e5355ed63f9c4836b0a498:/src/wolnelektury/templates/base/superbase.html diff --git a/src/wolnelektury/templates/base/superbase.html b/src/wolnelektury/templates/base/superbase.html index f30dfb3da..f5feb4ed7 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,14 @@ {% block bodycontent %} - {% if not funding_no_show_current %} - {% cache 120 funding_top_bar LANGUAGE_CODE %} - {% funding_top_bar %} - {% endcache %} - {% endif %} + {% block annoy %} + {% include "annoy.html" %} + {% if not funding_no_show_current %} + {% cache 120 funding_top_bar LANGUAGE_CODE %} + {% funding_top_bar %} + {% endcache %} + {% endif %} + {% endblock %}
@@ -122,7 +126,7 @@ -
+
{{ search_form.q }} @@ -134,12 +138,14 @@
+ {% comment %} + {% endcomment %} {% block body %} {% endblock %}