[FIX] Mumble URL in service card

This commit is contained in:
Peter Pfeufer 2024-07-19 17:32:48 +02:00
parent 1fa77412c0
commit a012e7df2f
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -7,7 +7,9 @@
{% endblock %} {% endblock %}
{% block url %} {% block url %}
<a href="{{ service_url }}">{{ service_url }}</a> {% if username != '' %}
<a href="mumble://{{ connect_url }}">{{ service_url }}</a>
{% endif %}
{% endblock %} {% endblock %}
{% block user %} {% block user %}