X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b07520a11332374de645ed22c74959afa8a4b7ed..00191feb9676be79e2f1da3fca8345f582d8e7d0:/wolnelektury/templates/catalogue/catalogue.html diff --git a/wolnelektury/templates/catalogue/catalogue.html b/wolnelektury/templates/catalogue/catalogue.html index 38403626a..8a558abca 100644 --- a/wolnelektury/templates/catalogue/catalogue.html +++ b/wolnelektury/templates/catalogue/catalogue.html @@ -10,20 +10,26 @@ {% block body %}

{% trans "Catalogue" %}

-
-

{% trans "Authors" %}

- {% tag_list categories.author %} +
-

{% trans "Kinds" %}

- {% tag_list categories.kind %} +

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

-

{% trans "Genres" %}

- {% tag_list categories.genre %} +

{% trans "Authors" %}

+
{% tag_list categories.author %}
-

{% trans "Epochs" %}

- {% tag_list categories.epoch %} +

{% trans "Kinds" %}

+
{% tag_list categories.kind %}
+ +

{% trans "Genres" %}

+
{% tag_list categories.genre %}
+ +

{% trans "Epochs" %}

+
{% tag_list categories.epoch %}
+ +

{% trans "Themes and topics" %}

+
{% tag_list fragment_tags %}
-

{% trans "Themes and topics" %}

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