mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
Made "required" error message match "invalid" error message for zip code on Organization name and mailing address
This commit is contained in:
parent
92bd8f51b9
commit
e27acb2e93
1 changed files with 3 additions and 0 deletions
|
@ -284,6 +284,9 @@ class OrganizationContactForm(RegistrarForm):
|
|||
message="Enter a zip code in the form of 12345 or 12345-6789.",
|
||||
)
|
||||
],
|
||||
error_messages={
|
||||
"required": ("Enter a zip code in the form of 12345 or 12345-6789.")
|
||||
},
|
||||
)
|
||||
urbanization = forms.CharField(
|
||||
required=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue