mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Added fix so user can't leave the alliancemember
This commit is contained in:
parent
fa9f0dcc55
commit
1ee3fbb59f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user