mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 06:20:16 +02:00
[REMOVE] Deprecated overrides …
This commit is contained in:
parent
068bf1ae7a
commit
9b56a441ed
@ -9,16 +9,6 @@
|
||||
<a href="{{ service_url }}">{{ service_url }}</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block active %}
|
||||
<span class="badge {% if username != '' %}bg-success{% else %}bg-warning{% endif %}">{% if username != '' %}Active{% else %}Disabled{% endif %}</span>
|
||||
{% endblock %}
|
||||
|
||||
{% block user %}
|
||||
{% if username %}
|
||||
Username: <span class="badge bg-secondary">{{ username }}</span>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block controls %}
|
||||
{% if username == "" %}
|
||||
{% if urls.auth_activate %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user