mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-04 06:06:19 +01:00
Added fix so user can't leave the alliancemember
This commit is contained in:
@@ -97,6 +97,8 @@ def groups_view(request):
|
||||
# Check if group is a corp
|
||||
if "Corp" in group.name:
|
||||
pass
|
||||
elif "AllianceMember" in group.name:
|
||||
pass
|
||||
else:
|
||||
# Get the descriptionn
|
||||
groupDesc = GroupDescription.objects.filter(group=group)
|
||||
|
||||
Reference in New Issue
Block a user