diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 07659822..866d11e7 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -136,10 +136,6 @@ {% for shelf in g.shelves_access %}
  • {{shelf.name|shortentitle(40)}}{% if shelf.is_public == 1 %} {{_('(Public)')}}{% endif %}
  • {% endfor %} - {% if not g.user.is_anonymous %}