org name compoenents title change, State / territory lbel change

This commit is contained in:
Rachid Mrad 2024-09-11 17:01:15 -04:00
parent 7242594e04
commit 6c5f566155
No known key found for this signature in database
13 changed files with 241 additions and 12 deletions

View file

@ -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,