diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 7609c2b9..558cad1a 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -166,11 +166,11 @@ {%endif%} {% if g.user.is_authenticated or g.user.is_anonymous %} - + {% for shelf in g.public_shelfes %}
  • {{shelf.name|shortentitle(40)}}
  • {% endfor %} - + {% for shelf in g.user.shelf %}
  • {{shelf.name|shortentitle(40)}}
  • {% endfor %}