X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/42f52375b9d61ca9276f43205fc4d4d56243d3b8..24e09bc235b3ff6e659e901dfbdbcc23e6e14ba7:/wolnelektury/templates/catalogue/book_text.html diff --git a/wolnelektury/templates/catalogue/book_text.html b/wolnelektury/templates/catalogue/book_text.html index d3f6a1c73..cef76f8b5 100644 --- a/wolnelektury/templates/catalogue/book_text.html +++ b/wolnelektury/templates/catalogue/book_text.html @@ -1,26 +1,53 @@ +{% load i18n %} {% load chunks compressed catalogue_tags %} - {% block title %}WolneLektury.pl{% endblock %} - + {% trans "Wolne Lektury" %} :: {{ book.pretty_title }} + {% compressed_css "book" %} - {% compressed_js "jquery" %} + {% compressed_js "book" %} + + +
+ {% book_info book %} +
+
+
    @@ -29,11 +56,12 @@ {% for fragment in fragments %} {{ forloop.counter }} {% endfor %} -
  1. +
  2. {% endfor %}
{{ book.html_file.read|safe }} + {{ piwik_tag|safe }}