X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/73b6a1639ba8f9f5fc7615c136364fdba73e5bb2..42b2bed693f41819b314b54cbfea1f51ec5d0aad:/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 f697e4ee2..a1c0b23f9 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 %} @@ -59,8 +58,9 @@ {% block big-pane %} +
- + {{ book_text|safe }}
@@ -87,10 +87,7 @@ - {% cache 86400 book_mini_box other_version.pk %} - {% include 'catalogue/book_mini_box.html' with book=other_version no_link=True %} - {% endcache %} - {#% ssi_include 'catalogue_book_mini_nolink' pk=other_version.pk %#} + {{ other_version.mini_box_nolink }} {% endfor %} @@ -110,8 +107,6 @@
- {% cache 86400 catalogue_book_short book.pk book|status:user %} - {% include 'catalogue/book_short.html' %} - {% endcache %} + {% include 'catalogue/book_short.html' %}
{% endblock footer %}