Hide connected as when not logged in

This commit is contained in:
Edgar P. Burkhart 2023-04-22 13:33:12 +02:00
parent 2d45fef975
commit 62f360e77b
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -79,7 +79,7 @@
</li> </li>
{% endif %} {% endif %}
</ul> </ul>
{% if user %} {% if user.is_authenticated %}
<p> <p>
{% blocktranslate %}Logged in as <strong>{{ user }}</strong>{% endblocktranslate %} {% blocktranslate %}Logged in as <strong>{{ user }}</strong>{% endblocktranslate %}
</p> </p>