Hide connected as when not logged in
This commit is contained in:
parent
2d45fef975
commit
62f360e77b
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
{% if user %}
|
||||
{% if user.is_authenticated %}
|
||||
<p>
|
||||
{% blocktranslate %}Logged in as <strong>{{ user }}</strong>{% endblocktranslate %}
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue