X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4bec460435e74e85924894c7f4065d1468baba8b..088b37be4aa9fe5156c101c0e65b0d229bcec849:/wolnelektury/templates/catalogue/book_list.html diff --git a/wolnelektury/templates/catalogue/book_list.html b/wolnelektury/templates/catalogue/book_list.html index f385a19f8..2791ef213 100644 --- a/wolnelektury/templates/catalogue/book_list.html +++ b/wolnelektury/templates/catalogue/book_list.html @@ -7,10 +7,11 @@ {% block title %}{% trans "Listing of all works on WolneLektury.pl" %}{% endblock %} {% block body %} -

{% trans "Listing of all works" %}

+

{% block book_list_header %}{% trans "Listing of all works" %}{% endblock %}

{{ form.q }} {% trans "or" %} {% trans "return to main page" %}

+
{% trans "Table of Content" %} {% for index, authors in books_nav.items %} @@ -36,4 +37,7 @@ {% endif %} {% endfor %}
+
+

{% trans "↑ top ↑" %}

+
{% endblock %}