urlize group descriptions to hyperlink if required

This commit is contained in:
Aaron Kable 2019-07-26 00:35:59 -04:00
parent bfd3451717
commit f8e6662bc8

View File

@ -19,7 +19,7 @@ url
{% for g in groups %}
<tr>
<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">
{% if g.group in user.groups.all %}
{% if not g.request %}