[CHANGE] Only show username when there is a username

This commit is contained in:
Peter Pfeufer 2023-10-31 08:58:30 +01:00
parent 7898594909
commit 8aaa8172ca
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -14,7 +14,9 @@
{% endblock %}
{% block user %}
{% if username %}
Username: <span class="badge bg-secondary">{{ username }}</span>
{% endif %}
{% endblock %}
{% block controls %}