diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 017b8791..a7315c34 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -135,7 +135,7 @@ {% if g.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 %}
  • {% endfor %} {% if not g.user.is_anonymous %}