[CHANGE] TS³ service template

This commit is contained in:
Peter Pfeufer 2023-10-31 09:57:54 +01:00
parent ba22685eb8
commit df003c8ec5
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -10,7 +10,7 @@
{% endblock %} {% endblock %}
{% block active %} {% block active %}
<span class="badge {% if authinfo.teamspeak3_uid != '' %}bg-success{% else %}bg-warning{% endif %}">{% if authinfo.teamspeak3_uid != '' %}Active{% else %}Disabled{% endif %}</span> {% include "services/service_status.html" with username=authinfo.teamspeak3_uid %}
{% endblock %} {% endblock %}
{% block user %} {% block user %}