mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
[CHANGE] Only show username when there is a username
This commit is contained in:
parent
7898594909
commit
8aaa8172ca
@ -14,7 +14,9 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block user %}
|
||||
Username: <span class="badge bg-secondary">{{ username }}</span>
|
||||
{% if username %}
|
||||
Username: <span class="badge bg-secondary">{{ username }}</span>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block controls %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user