[FIX] Username check

This commit is contained in:
Peter Pfeufer 2023-10-31 13:18:54 +01:00
parent 46d51699f4
commit 5be686e3ca
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -21,7 +21,7 @@
{% endblock %}
{% block controls %}
{% if username == "" %}
{% if not user_has_account %}
{% if urls.auth_activate %}
<a class="btn btn-warning" href="{% url urls.auth_activate %}" title="{% translate 'Activate' %}">
<span class="fas fa-check fa-fw"></span>