X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/190ea6f071ad6ef7b03aa146e5d07d15968eaf2b..149903ae7da0968ef3b1b0dc0f329afeaa5a7007:/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 7d32a2280..e10bc9689 100644 --- a/src/catalogue/templates/catalogue/book_text.html +++ b/src/catalogue/templates/catalogue/book_text.html @@ -1,5 +1,5 @@ {% extends "catalogue/viewer_base.html" %} -{% load i18n %} +{% load i18n l10n %} {% load catalogue_tags %} {% load chunks %} {% load thumbnail %} @@ -9,6 +9,15 @@ {% block title %}{{ book.pretty_title }}{% endblock %} +{% block extrahead %} + + +{% endblock %} + {% block menu %}
  • @@ -55,8 +64,10 @@ data-setting="always-hide-line-numbers">{% trans "Numbering" %} {% trans "Themes" %} - {% trans "Footnotes" %} + {% trans "Footnotes" %} + {% trans "References" %} {% endblock menu %} @@ -71,6 +82,9 @@ {% if prev %} ← {{ prev.title }} {% endif %} +
    + {% content_warning book %} +
    {{ book_text|safe }} {% endwith %} @@ -83,6 +97,17 @@
    {% trans "Please wait..." %}
    + +
    +
    + x +
    +
    + +
    + + + {% endblock big-pane %} {% block footer %} @@ -153,4 +178,24 @@ {% include 'annoy/dynamic_insert.html' %} {% endfor %} + + {% localize off %} + + {% endlocalize %} {% endblock footer %}