From: Radek Czajka Date: Mon, 17 Jun 2019 13:54:33 +0000 (+0200) Subject: Annoying fixes. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/95540212503565ab22fe706bab0c9dd80b14d61e Annoying fixes. --- diff --git a/src/catalogue/templates/catalogue/book_text.html b/src/catalogue/templates/catalogue/book_text.html index 2a54af704..42eb1fa5a 100644 --- a/src/catalogue/templates/catalogue/book_text.html +++ b/src/catalogue/templates/catalogue/book_text.html @@ -59,7 +59,6 @@ {% block big-pane %} - {% include "annoy.html" %}
diff --git a/src/catalogue/templates/catalogue/picture_detail.html b/src/catalogue/templates/catalogue/picture_detail.html index fb864f693..9cb0b1973 100644 --- a/src/catalogue/templates/catalogue/picture_detail.html +++ b/src/catalogue/templates/catalogue/picture_detail.html @@ -83,3 +83,8 @@
{% endblock %} + + +{% block extrabody %} + {% javascript "picture" %} +{% endblock %} diff --git a/src/catalogue/templates/catalogue/viewer_base.html b/src/catalogue/templates/catalogue/viewer_base.html index 6e86b5f63..cdee8d832 100644 --- a/src/catalogue/templates/catalogue/viewer_base.html +++ b/src/catalogue/templates/catalogue/viewer_base.html @@ -13,6 +13,7 @@ {% block extrahead %}{% endblock %} + {% include "annoy.html" %}