X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2ec21919225b7132331a5367d026d1e1738a5b89..ee7f2fa4a7e08ca2f8c88f2a521ef65cbca3aac4:/wolnelektury/templates/catalogue/book_text.html diff --git a/wolnelektury/templates/catalogue/book_text.html b/wolnelektury/templates/catalogue/book_text.html index a4a319ba6..62b7511f6 100644 --- a/wolnelektury/templates/catalogue/book_text.html +++ b/wolnelektury/templates/catalogue/book_text.html @@ -5,24 +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 %} +
+
+
    @@ -31,11 +56,12 @@ {% for fragment in fragments %} {{ forloop.counter }} {% endfor %} -
  1. +
  2. {% endfor %}
{{ book.html_file.read|safe }} + {{ piwik_tag|safe }}