Added exception for school fixing #524

This commit is contained in:
Jon Roberts 2023-05-31 10:51:10 -04:00
parent 4276a35a97
commit e8fe34562c
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

@ -567,6 +567,7 @@ class DomainApplication(TimeStampedModel):
excluded = [
DomainApplication.OrganizationChoices.FEDERAL,
DomainApplication.OrganizationChoices.INTERSTATE,
DomainApplication.OrganizationChoices.SCHOOL_DISTRICT
]
return bool(user_choice and user_choice not in excluded)