diff --git a/cps/templates/layout.html b/cps/templates/layout.html index d433a5aaa..25ee6fa4c 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -154,7 +154,7 @@ {% if current_user.is_authenticated or g.allow_anonymous %} {% for shelf in g.shelves_access %} -
  • {{shelf.name|shortentitle(40)}}{% if shelf.is_public == 1 %} {{_('(Public)')}}{% endif %}
  • +
  • {{shelf.name|shortentitle(40)}}{% if shelf.is_public == 1 %} {{_('(Public)')}}{% endif %} ({{shelf.books.all()|length}})
  • {% endfor %} {% if not current_user.is_anonymous %}