diff --git a/nummi/main/templates/main/base.html b/nummi/main/templates/main/base.html index 274bfd4..98da0b8 100644 --- a/nummi/main/templates/main/base.html +++ b/nummi/main/templates/main/base.html @@ -79,7 +79,7 @@ {% endif %} - {% if user %} + {% if user.is_authenticated %}
{% blocktranslate %}Logged in as {{ user }}{% endblocktranslate %}