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

{% trans "Listing of all works" %}

-
-

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

+

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

+ +

{{ form.q }} {{ form.tags }} + {% trans "or" %} {% trans "see" %}: + + {% trans "all books" %} + {% trans "audiobooks" %} + {% trans "DAISY" %} +

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

{% trans "↑ top ↑" %}

+
{% endblock %}