Merge branch 'fix-mumble-url' into 'master'

[FIX] Mumble URL in service card

See merge request allianceauth/allianceauth!1637
This commit is contained in:
Ariel Rin 2024-08-05 01:04:24 +00:00
commit da382cffd1

View File

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