Org Type: Update definition for special district

This commit is contained in:
Katherine-Osos 2023-12-14 15:51:18 -06:00 committed by GitHub
parent 5e49772ef7
commit d2e97c6432
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 executive, legislative, 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",