From 62f360e77bbcf800c3410ff876bffd19ad8051e2 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sat, 22 Apr 2023 13:33:12 +0200 Subject: [PATCH] Hide connected as when not logged in --- nummi/main/templates/main/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}