mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Add in check for school district
This commit is contained in:
parent
0f59c854ce
commit
98047797fa
1 changed files with 2 additions and 0 deletions
|
@ -1065,6 +1065,8 @@ class DomainRequest(TimeStampedModel):
|
|||
is_complete = self._is_city_complete()
|
||||
case DomainRequest.OrganizationChoices.SPECIAL_DISTRICT:
|
||||
is_complete = self._is_special_district_complete()
|
||||
case DomainRequest.OrganizationChoices.SCHOOL_DISTRICT:
|
||||
is_complete = True
|
||||
case _:
|
||||
# NOTE: Shouldn't happen, this is only if somehow they didn't choose an org type
|
||||
is_complete = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue