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

@ -89,7 +89,7 @@ class Portfolio(TimeStampedModel):
choices=StateTerritoryChoices.choices,
null=True,
blank=True,
verbose_name="state / territory",
verbose_name="state, territory, or military post",
)
zipcode = models.CharField(