X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/20d46221c322ee9165596246639c8b897a06d120..efe8b4c05710dc2385b2aaf0b8a6a93778f53972:/wolnelektury/templates/catalogue/tagged_object_list.html diff --git a/wolnelektury/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html index b8d091a92..230d8ed34 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -13,7 +13,7 @@ {% if shelf_is_set and not object_list %}

{% trans "Your shelf is empty" %}

-

{% trans "You can put a book on a shelf by entering page of the reading and clicking \"Put on the shelf\". %}

+

{% trans "You can put a book on a shelf by entering page of the reading and clicking 'Put on the shelf'." %}

{% else %} {% autopaginate object_list 10 %} @@ -113,7 +113,7 @@ {% tag_list categories.genre tags %} {% endif %} {% if categories.epoch %} -

{% trans "Epochs" %}Epoki

+

{% trans "Epochs" %}

{% tag_list categories.epoch tags %} {% endif %}