mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-02 02:28:32 +02:00
Org Type: Update definition for special district
This commit is contained in:
parent
5e49772ef7
commit
d2e97c6432
1 changed files with 2 additions and 2 deletions
|
@ -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. government’s 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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue