mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 06:26:34 +02:00
updated behavior of combobox, added state territory combobox
This commit is contained in:
parent
560baed2e1
commit
bb5f61fd98
2 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ class RequestingEntityForm(RegistrarForm):
|
|||
label="State, territory, or military post",
|
||||
required=False,
|
||||
choices=[("", "--Select--")] + DomainRequest.StateTerritoryChoices.choices,
|
||||
widget=ComboboxWidget,
|
||||
)
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue