diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 87186724..53b25a89 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -129,7 +129,7 @@ {% for element in sidebar %} {% if g.user.check_visibility(element['visibility']) and element['public'] %} - + {% endif %} {% endfor %} {% if g.user.is_authenticated or g.allow_anonymous %}