Merge pull request #1502 from cisagov/ko/org-type-special-district

Org Type: Update definition for special district
This commit is contained in:
Katherine-Osos 2023-12-19 08:44:56 -06:00 committed by GitHub
commit cd2b516abb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ class DomainApplication(TimeStampedModel):
FEDERAL = ( FEDERAL = (
"federal", "federal",
"Federal: an agency of the U.S. government's executive, legislative, or judicial branches", "Federal: an agency of the U.S. governments legislative, executive, or judicial branches",
) )
INTERSTATE = "interstate", "Interstate: an organization of two or more states" INTERSTATE = "interstate", "Interstate: an organization of two or more states"
STATE_OR_TERRITORY = ( STATE_OR_TERRITORY = (
@ -139,7 +139,7 @@ class DomainApplication(TimeStampedModel):
CITY = "city", "City: a city, town, township, village, etc." CITY = "city", "City: a city, town, township, village, etc."
SPECIAL_DISTRICT = ( SPECIAL_DISTRICT = (
"special_district", "special_district",
"Special district: an independent organization within a single state", "Special district: an independent government that delivers specialized, essential services",
) )
SCHOOL_DISTRICT = ( SCHOOL_DISTRICT = (
"school_district", "school_district",