X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0854610e6f1a717ce100c96f7ebf36cbb3478a5c..96a96c16513a98378e2f75ead26a22c358795182:/wolnelektury/templates/catalogue/catalogue.html diff --git a/wolnelektury/templates/catalogue/catalogue.html b/wolnelektury/templates/catalogue/catalogue.html index c84ebbbf3..8a558abca 100644 --- a/wolnelektury/templates/catalogue/catalogue.html +++ b/wolnelektury/templates/catalogue/catalogue.html @@ -10,25 +10,26 @@ {% block body %}

{% trans "Catalogue" %}

-
+

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

-

{% trans "Authors" %}

- {% tag_list categories.author %} +

{% trans "Authors" %}

+
{% tag_list categories.author %}
-

{% trans "Kinds" %}

- {% tag_list categories.kind %} +

{% trans "Kinds" %}

+
{% tag_list categories.kind %}
-

{% trans "Genres" %}

- {% tag_list categories.genre %} +

{% trans "Genres" %}

+
{% tag_list categories.genre %}
-

{% trans "Epochs" %}

- {% tag_list categories.epoch %} +

{% trans "Epochs" %}

+
{% tag_list categories.epoch %}
+ +

{% trans "Themes and topics" %}

+
{% tag_list fragment_tags %}
-

{% trans "Themes and topics" %}

- {% tag_list fragment_tags %}
{% endblock %}