fix group display for Groups that are Group Leaders

This commit is contained in:
root 2024-12-08 13:01:59 -06:00
parent 1478588016
commit 4da67cfaf6

View File

@ -56,7 +56,7 @@
{% endif %}
{% endfor %}
{% endif %}
{% if g.group.authgroup.group_leaders.all.count %}
{% if g.group.authgroup.group_leader_groups.all.count %}
{% for group in g.group.authgroup.group_leader_groups.all %}
<span class="my-1 me-1 badge bg-secondary">{{group.name}}</span>
{% endfor %}