X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/735368cfb54c8954518179993dcd3bc55e3878e7..24e09bc235b3ff6e659e901dfbdbcc23e6e14ba7:/wolnelektury/templates/catalogue/book_text.html diff --git a/wolnelektury/templates/catalogue/book_text.html b/wolnelektury/templates/catalogue/book_text.html index d8282650a..cef76f8b5 100644 --- a/wolnelektury/templates/catalogue/book_text.html +++ b/wolnelektury/templates/catalogue/book_text.html @@ -5,23 +5,49 @@ - {% block title %}WolneLektury.pl{% endblock %} + {% trans "Wolne Lektury" %} :: {{ book.pretty_title }} {% compressed_css "book" %} - {% compressed_js "jquery" %} + {% compressed_js "book" %} + + +
+ {% book_info book %} +
+
+
    @@ -30,11 +56,12 @@ {% for fragment in fragments %} {{ forloop.counter }} {% endfor %} -
  1. +
  2. {% endfor %}
{{ book.html_file.read|safe }} + {{ piwik_tag|safe }}