mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
[CHANGE] Discourse service template
This commit is contained in:
parent
773288072a
commit
ba22685eb8
@ -10,11 +10,15 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block user %}
|
||||
Username: {{ char.character_name }}
|
||||
{% translate "Username" %}: {{ char.character_name }}
|
||||
{% endblock %}
|
||||
|
||||
{% block active %}
|
||||
{% include "services/service_status.html" with username=char.character_name %}
|
||||
{% endblock %}
|
||||
|
||||
{% block controls %}
|
||||
<a title="Go To Forums" href="{{ DISCOURSE_URL }}" class="btn btn-success">
|
||||
<a class="btn btn-success" href="{{ DISCOURSE_URL }}" title="{% translate 'Go to forums' %}">
|
||||
<span class="fas fa-arrow-right fa-fw"></span>
|
||||
</a>
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user