X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c44816fb6561b51cb9fcbdf1bf272ffad8571dca..05b916d4a66e93653bee48adc3126d7a7a15565f:/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 a8b9cf4ce..e68c97d71 100644 --- a/src/wolnelektury/templates/base/superbase.html +++ b/src/wolnelektury/templates/base/superbase.html @@ -34,7 +34,11 @@ {% block bodycontent %} {% block annoy %} - {% include "annoy.html" %} + {% if not funding_no_show_current %} + {% cache 120 funding_top_bar LANGUAGE_CODE %} + {% funding_top_bar %} + {% endcache %} + {% endif %} {% endblock %}