X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/aff5def884b3e0aeaafd7de454b68b4daa2c4f3d..a6db1ef5159ff618a9d1a78ff14fd705a106c130:/wolnelektury/templates/catalogue/book_text.html diff --git a/wolnelektury/templates/catalogue/book_text.html b/wolnelektury/templates/catalogue/book_text.html index 39934f859..a6aa19e1d 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 }}