mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-04 10:13:30 +02:00
linted
This commit is contained in:
parent
e27acb2e93
commit
3da387ab1c
1 changed files with 1 additions and 3 deletions
|
@ -284,9 +284,7 @@ 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.")
|
||||
},
|
||||
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