mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-19 16:04:38 +02:00
combobox in domain request organization contact
This commit is contained in:
parent
2651cd4aba
commit
f359a636d0
2 changed files with 19 additions and 3 deletions
5
src/registrar/forms/utility/combobox.py
Normal file
5
src/registrar/forms/utility/combobox.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from django.forms import Select
|
||||
|
||||
|
||||
class ComboboxWidget(Select):
|
||||
template_name = "django/forms/widgets/combobox.html"
|
Loading…
Add table
Add a link
Reference in a new issue