diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 196e6885..24ba10c7 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -242,7 +242,7 @@ data-remove-href="{{ url_for('shelf.remove_from_shelf', book_id=entry.id, shelf_id=shelf.id) }}" data-shelf-action="add" > - {{shelf.name}} + {{shelf.name}}{% if shelf.is_public == 1 %} {{_('(Public)')}}{% endif %} {% endif %} @@ -259,7 +259,7 @@ > {{shelf.name}} + {% endif %}> {{shelf.name}}{% if shelf.is_public == 1 %} {{_('(Public)')}}{% endif %} {% endif %} {%endfor%} diff --git a/cps/templates/search.html b/cps/templates/search.html index 28eaf184..fa8176e9 100644 --- a/cps/templates/search.html +++ b/cps/templates/search.html @@ -15,14 +15,11 @@