X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f59e7c3de6bd0f85a61a4d9481db60cd7369ae92..69191eddb9e4221d964a7e5b044ff7c5dfe38315:/wolnelektury/templates/catalogue/catalogue.html diff --git a/wolnelektury/templates/catalogue/catalogue.html b/wolnelektury/templates/catalogue/catalogue.html index 1423577ef..c84ebbbf3 100644 --- a/wolnelektury/templates/catalogue/catalogue.html +++ b/wolnelektury/templates/catalogue/catalogue.html @@ -10,6 +10,12 @@ {% block body %}

{% trans "Catalogue" %}

+
+ +

+ {% trans "Download the catalogue in PDF format." %} +

+

{% trans "Authors" %}

{% tag_list categories.author %} @@ -24,4 +30,5 @@

{% trans "Themes and topics" %}

{% tag_list fragment_tags %} +
{% endblock %}