Skip to content

Commit

Permalink
Add in check for school district
Browse files Browse the repository at this point in the history
  • Loading branch information
therealslimhsiehdy committed Jun 10, 2024
1 parent 0f59c85 commit 9804779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/registrar/models/domain_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,8 @@ def _form_complete(self):
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
Expand Down

0 comments on commit 9804779

Please sign in to comment.