From 4da67cfaf62dc0ccf808ef51282a72360787ad64 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 8 Dec 2024 13:01:59 -0600 Subject: [PATCH] fix group display for Groups that are Group Leaders --- .../groupmanagement/templates/groupmanagement/groups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/groupmanagement/templates/groupmanagement/groups.html b/allianceauth/groupmanagement/templates/groupmanagement/groups.html index ddd2c2d1..56aafafe 100644 --- a/allianceauth/groupmanagement/templates/groupmanagement/groups.html +++ b/allianceauth/groupmanagement/templates/groupmanagement/groups.html @@ -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 %} {{group.name}} {% endfor %}