X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/90e4a87f6ebffca42088cb952281c40555d2c520..95540212503565ab22fe706bab0c9dd80b14d61e:/src/catalogue/templates/catalogue/book_wide.html diff --git a/src/catalogue/templates/catalogue/book_wide.html b/src/catalogue/templates/catalogue/book_wide.html index aa78292a8..b4faeab50 100644 --- a/src/catalogue/templates/catalogue/book_wide.html +++ b/src/catalogue/templates/catalogue/book_wide.html @@ -1,6 +1,6 @@ {% extends "catalogue/book_short.html" %} {% load i18n %} -{% load choose_fragment download_audio custom_pdf_link_li license_icon source_name from catalogue_tags %} +{% load choose_fragment license_icon from catalogue_tags %} {% load choose_cite from social_tags %} {% load ssi_include from ssify %} @@ -9,9 +9,9 @@ {% block cover-area-extra %} -{% if extra_info.license %} - {% license_icon extra_info.license %} -{% endif %} + {% if book.extra_info.license %} + {% license_icon book.extra_info.license %} + {% endif %} {% endblock %} @@ -33,7 +33,7 @@ {% block book-box-body-pre %} - {% include "catalogue/snippets/like_button.html" %} + {% include "catalogue/snippets/like_button.html" %} {% endblock %} {% block book-box-pre %}