X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c742d70c5285e01898721fc1a5ffe236781c7828..c2e8051452fa55db096553cbe5ae622fc363d481:/src/catalogue/templates/catalogue/book_text.html diff --git a/src/catalogue/templates/catalogue/book_text.html b/src/catalogue/templates/catalogue/book_text.html index 27eadb0a3..b0e2f9c77 100644 --- a/src/catalogue/templates/catalogue/book_text.html +++ b/src/catalogue/templates/catalogue/book_text.html @@ -1,8 +1,7 @@ {% extends "catalogue/viewer_base.html" %} {% load i18n %} -{% load catalogue_tags ssify %} +{% load catalogue_tags %} {% load thumbnail %} -{% load cache %} {% block title %}{{ book.pretty_title }}{% endblock %} @@ -61,7 +60,7 @@ {% block big-pane %}
- + {{ book.html_file.read|safe }}
@@ -88,9 +87,7 @@ - {% cache 86400 book_mini_box other_version.pk %} - {% include 'catalogue/book_mini_box.html' with book=other_version no_link=True %} - {% endcache %} + {{ other_version.mini_box_nolink }} {% endfor %}