This commit is contained in:
Jon Roberts 2023-05-31 11:15:36 -04:00
parent 6c48a0be13
commit 40eee950ec
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

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