X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c6d5dd71ad0d9bae811cc9002248d9399c7fdff7..d69fc5f16ed739c02685e7d695abf6de59c2bf5e:/apps/catalogue/templates/catalogue/book_text.html diff --git a/apps/catalogue/templates/catalogue/book_text.html b/apps/catalogue/templates/catalogue/book_text.html index 8dd154646..339cfc7b2 100644 --- a/apps/catalogue/templates/catalogue/book_text.html +++ b/apps/catalogue/templates/catalogue/book_text.html @@ -1,6 +1,6 @@ {% extends "catalogue/viewer_base.html" %} {% load i18n %} -{% load catalogue_tags %} +{% load catalogue_tags ssify %} {% load thumbnail %} @@ -49,7 +49,7 @@
-{{ book.html_file.read|safe }} +
@@ -78,7 +78,7 @@
  • - {% book_mini other_version with_link=False %} + {% ssi_include 'catalogue_book_mini_nolink' pk=other_version.pk %}
  • {% endfor %} @@ -95,6 +95,6 @@
    - {% book_short book %} + {% ssi_include 'catalogue_book_short' pk=book.pk %}
    {% endblock footer %}