X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9c5d9a4e77a10b4e60d89d3890e49002bd7f3993..4e290186955957b103282f78036b344e7e38d279:/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 952ba2b0a..b24929cd9 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -10,7 +10,7 @@

{% title_from_tags tags %}

{% breadcrumbs tags %} - {% if shelf_is_set and not object_list %} + {% if only_shelf 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'." %}

@@ -27,7 +27,7 @@

{% endif %} - {% if shelf_is_set %} + {% if only_shelf %} {% trans "Download all books from this shelf" %} @@ -44,7 +44,7 @@
- {% if user_is_owner %} + {% if only_my_shelf %}

{% trans "Share this shelf" %}

{% trans "Copy this link and share it with other people to let them see your shelf." %}