diff --git a/cps/templates/layout.html b/cps/templates/layout.html index e94d367f..6eded615 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -34,7 +34,7 @@ {{instance}} - {% if g.user.is_authenticated or g.user.is_anonymous() %} + {% if g.user.is_authenticated() or g.user.is_anonymous() %}