X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c3017d22da6f0a990ee88417e6e79ed7450245c..0e5d2336c7c6357e09c9572186cc7b4bb937f102:/wolnelektury/templates/catalogue/book_list.html diff --git a/wolnelektury/templates/catalogue/book_list.html b/wolnelektury/templates/catalogue/book_list.html index 281e5e73d..c5f916428 100644 --- a/wolnelektury/templates/catalogue/book_list.html +++ b/wolnelektury/templates/catalogue/book_list.html @@ -4,14 +4,14 @@ {% block bodyid %}book-a-list{% endblock %} -{% block title %}{% trans "Alphabetical listing of works on" %}Alfabetyczny spis utworów w WolneLektury.pl{% endblock %} +{% block title %}{% trans "Alphabetical listing of works on WolneLektury.pl" %}{% endblock %} {% block body %} -

Alfabetyczny spis utworów

+

{% trans "Alphabetical listing of works" %}

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

- +
{% for first_letter, group in books_by_first_letter.items %}
@@ -22,6 +22,6 @@ {% endfor %}
- {% endfor %} + {% endfor %}
{% endblock %} \ No newline at end of file