mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
applied widget to state territory
This commit is contained in:
parent
4480e32553
commit
3146dc07fa
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ class OrganizationContactForm(RegistrarForm):
|
||||||
error_messages={
|
error_messages={
|
||||||
"required": ("Select the state, territory, or military post where your organization is located.")
|
"required": ("Select the state, territory, or military post where your organization is located.")
|
||||||
},
|
},
|
||||||
|
widget=ComboboxWidget,
|
||||||
)
|
)
|
||||||
zipcode = forms.CharField(
|
zipcode = forms.CharField(
|
||||||
label="Zip code",
|
label="Zip code",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue