mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 23:40:17 +02:00
Fixed issue with certaing roup names not being displayed.
This commit is contained in:
parent
9ddb6e076c
commit
22ad5feced
2
groupmanagement/views.py
Normal file → Executable file
2
groupmanagement/views.py
Normal file → Executable file
@ -94,7 +94,7 @@ def groups_view(request):
|
||||
|
||||
for group in Group.objects.all():
|
||||
# Check if group is a corp
|
||||
if "Corp" in group.name:
|
||||
if "Corp_" in group.name:
|
||||
pass
|
||||
elif settings.DEFAULT_ALLIANCE_GROUP in group.name:
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user