mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 14:00:17 +02:00
9 lines
362 B
HTML
9 lines
362 B
HTML
{% load i18n %}
|
|
|
|
<td class="text-center">Discourse</td>
|
|
<td class="text-center">{{ char.character_name }}</td>
|
|
<td class="text-center"><a href="{{ DISCOURSE_URL }}">{{ DISCOURSE_URL }}</a></td>
|
|
<td class="text-center">
|
|
<a title="Go To Forums" class="btn btn-success" href="{{ DISCOURSE_URL }}"><span class="glyphicon glyphicon-arrow-right"></span></a>
|
|
</td>
|