mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 20:49:41 +02:00
Added exception for school fixing #524
This commit is contained in:
parent
4276a35a97
commit
e8fe34562c
1 changed files with 1 additions and 0 deletions
|
@ -567,6 +567,7 @@ class DomainApplication(TimeStampedModel):
|
||||||
excluded = [
|
excluded = [
|
||||||
DomainApplication.OrganizationChoices.FEDERAL,
|
DomainApplication.OrganizationChoices.FEDERAL,
|
||||||
DomainApplication.OrganizationChoices.INTERSTATE,
|
DomainApplication.OrganizationChoices.INTERSTATE,
|
||||||
|
DomainApplication.OrganizationChoices.SCHOOL_DISTRICT
|
||||||
]
|
]
|
||||||
return bool(user_choice and user_choice not in excluded)
|
return bool(user_choice and user_choice not in excluded)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue