X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/cd21f43fa5074d843235639ba14b699d4eadc131..fa5a185ce54eb7bacaadc34f05abb63e701d39d8:/wolnelektury/templates/catalogue/main_page.html
diff --git a/wolnelektury/templates/catalogue/main_page.html b/wolnelektury/templates/catalogue/main_page.html
index 5d77c8cd4..1cc920714 100644
--- a/wolnelektury/templates/catalogue/main_page.html
+++ b/wolnelektury/templates/catalogue/main_page.html
@@ -80,7 +80,7 @@
{% else %}
{% trans "Create your own book set. You can share it with friends by sending them link to your shelf." %}
- {% trans "You need to " %}{% trans "sign in" %} {% trans "to manage your shelves." %}
+ {% trans "You need to " %}{% trans "sign in" %} {% trans "to manage your shelves." %}
{% endif %}
@@ -92,25 +92,25 @@
{% if categories.author %}
{% trans "Authors" %}
- {% folded_tag_list categories.author %}
+ {% folded_tag_list categories.author 'Authors' %}
{% endif %}
{% if categories.kind %}
{% trans "Kinds" %}
- {% folded_tag_list categories.kind %}
+ {% folded_tag_list categories.kind 'Kinds' %}
{% endif %}
{% if categories.genre %}
{% trans "Genres" %}
- {% folded_tag_list categories.genre %}
+ {% folded_tag_list categories.genre 'Genres' %}
{% endif %}
{% if categories.epoch %}
{% trans "Epochs" %}
- {% folded_tag_list categories.epoch %}
+ {% folded_tag_list categories.epoch 'Epochs' %}
{% endif %}
{% if fragment_tags %}
{% trans "Themes and topics" %}
- {% folded_tag_list fragment_tags %}
+ {% folded_tag_list fragment_tags 'Themes' %}
{% endif %}
{% trans "Themes groups" %}