diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 9ffb04f8..84785205 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -140,7 +140,7 @@ {% endfor %} {% for shelf in g.user.shelf %} -
  • {{shelf.name|shortentitle(40)}}
  • +
  • {{shelf.name|shortentitle(40)}}{% if shelf.is_public == 1 %} (public){% endif %}
  • {% endfor %} {% if not g.user.is_anonymous %}