X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..3a2793b0c0d892fa497007c3466943de3de5a752:/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 5a6db1138..e958d7060 100644 --- a/src/catalogue/templates/catalogue/book_text.html +++ b/src/catalogue/templates/catalogue/book_text.html @@ -11,8 +11,8 @@ {% block menu %}
  • - {{ book.pretty_title }} @@ -60,7 +60,7 @@ {% block big-pane %}
    - +
    @@ -85,7 +85,7 @@ {% 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 %} @@ -110,6 +110,6 @@
    - {% ssi_include 'catalogue_book_short' pk=book.pk %} + {% include 'catalogue/book_short.html' %}
    {% endblock footer %}