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>
|
</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>
|
||||||
|
|
Loading…
Reference in a new issue