This commit is contained in:
CocoByte 2024-02-20 16:17:48 -07:00
parent e27acb2e93
commit 3da387ab1c
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

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