mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 15:06:32 +02:00
5 lines
121 B
Python
5 lines
121 B
Python
from django.forms import Select
|
|
|
|
|
|
class ComboboxWidget(Select):
|
|
template_name = "django/forms/widgets/combobox.html"
|