X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e9263ed76910227deccdce1469b4edda3b833be1..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 629cb5bce..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 }}
@@ -85,12 +85,9 @@ {% for other_version in book.other_versions %}
  • - {% 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,6 +107,6 @@
    - {% ssi_include 'catalogue_book_short' pk=book.pk %} + {% include 'catalogue/book_short.html' %}
    {% endblock footer %}