X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..ea9d7d13a44a6ad6357b1af8c977c27753268521:/src/catalogue/templates/catalogue/picture_detail.html diff --git a/src/catalogue/templates/catalogue/picture_detail.html b/src/catalogue/templates/catalogue/picture_detail.html index 5eeea7f5b..9cb0b1973 100644 --- a/src/catalogue/templates/catalogue/picture_detail.html +++ b/src/catalogue/templates/catalogue/picture_detail.html @@ -69,14 +69,6 @@ {% if picture.info.about and not hide_about %}
  • {% trans "Image on the Editor's Platform" %}
  • {% endif %} - {% comment %} - {% if book.gazeta_link %} -
  • {% trans "Picture description on Lektury.Gazeta.pl" %}
  • - {% endif %} - {% if book.wiki_link %} -
  • {% trans "Book description on Wikipedia" %}
  • - {% endif %} - {% endcomment %}

    {% trans "View XML source" %}

    @@ -91,3 +83,8 @@
    {% endblock %} + + +{% block extrabody %} + {% javascript "picture" %} +{% endblock %}