mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 10:07:04 +02:00
org name compoenents title change, State / territory lbel change
This commit is contained in:
parent
7242594e04
commit
6c5f566155
13 changed files with 241 additions and 12 deletions
|
@ -424,7 +424,7 @@ class DomainRequest(TimeStampedModel):
|
|||
choices=StateTerritoryChoices.choices,
|
||||
null=True,
|
||||
blank=True,
|
||||
verbose_name="state / territory",
|
||||
verbose_name="state, territory, or military post",
|
||||
)
|
||||
zipcode = models.CharField(
|
||||
max_length=10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue