mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 14:34:43 +02:00
Address PR feedback
This commit is contained in:
parent
4237e353a5
commit
e6852274ed
4 changed files with 38 additions and 32 deletions
|
@ -91,7 +91,10 @@ class OrganizationContactForm(RegistrarForm):
|
|||
choices=[("", "--Select--")] + DomainApplication.StateTerritoryChoices.choices,
|
||||
)
|
||||
zipcode = forms.CharField(label="ZIP code")
|
||||
urbanization = forms.CharField(label="Urbanization (Puerto Rico only)")
|
||||
urbanization = forms.CharField(
|
||||
required=False,
|
||||
label="Urbanization (Puerto Rico only)",
|
||||
)
|
||||
|
||||
|
||||
class AuthorizingOfficialForm(RegistrarForm):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue