Merge branch 'url_group' into 'master'

urlize group descriptions to hyperlink if required

See merge request allianceauth/allianceauth!1132
This commit is contained in:
Basraah 2019-08-24 22:48:57 +00:00
commit fcb7f2905a

View File

@ -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 %}