mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-15 11:36:23 +01:00
[CHANGE] Discourse service status badge text
This commit is contained in:
@@ -10,12 +10,14 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block user %}
|
||||
{% translate "Username" %}: {{ char.character_name }}
|
||||
{% include "services/service_username.html" with username=char.character_name %}
|
||||
{% endblock %}
|
||||
|
||||
{#{% block active %}#}
|
||||
{# {% include "services/service_status.html" with username=char.character_name %}#}
|
||||
{#{% endblock %}#}
|
||||
{% block active %}
|
||||
<span class="badge bg-success">
|
||||
{% translate "SSO login active" %}
|
||||
</span>
|
||||
{% endblock %}
|
||||
|
||||
{% block controls %}
|
||||
<a class="btn btn-success" href="{{ DISCOURSE_URL }}" title="{% translate 'Go to forums' %}">
|
||||
|
||||
@@ -11,9 +11,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block user %}
|
||||
{% if username %}
|
||||
{% translate "Username" %}: {{ username }}
|
||||
{% endif %}
|
||||
{% include "services/service_username.html" with username=username %}
|
||||
{% endblock %}
|
||||
|
||||
{% block controls %}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block user %}
|
||||
{{ authinfo.teamspeak3_uid }}
|
||||
{% include "services/service_username.html" with username=authinfo.teamspeak3_uid %}
|
||||
{% endblock %}
|
||||
|
||||
{% block controls %}
|
||||
|
||||
Reference in New Issue
Block a user