diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 8315a8f2..32b215f9 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -240,7 +240,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 %} @@ -257,7 +257,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 @@