Fixed issue with certaing roup names not being displayed.

This commit is contained in:
Raynaldo Rivera 2014-11-22 21:39:00 -07:00
parent 9ddb6e076c
commit 22ad5feced

2
groupmanagement/views.py Normal file → Executable file
View 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