mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 07:20:17 +02:00
urlize group descriptions to hyperlink if required
This commit is contained in:
parent
bfd3451717
commit
f8e6662bc8
@ -19,7 +19,7 @@ url
|
|||||||
{% for g in groups %}
|
{% for g in groups %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text-center">{{ g.group.name }}</td>
|
<td class="text-center">{{ g.group.name }}</td>
|
||||||
<td class="text-center">{{ g.group.authgroup.description }}</td>
|
<td class="text-center">{{ g.group.authgroup.description|urlize }}</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
{% if g.group in user.groups.all %}
|
{% if g.group in user.groups.all %}
|
||||||
{% if not g.request %}
|
{% if not g.request %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user