combobox in domain request organization contact

This commit is contained in:
David Kennedy 2025-01-06 13:45:37 -05:00
parent 2651cd4aba
commit f359a636d0
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 19 additions and 3 deletions

View file

@ -0,0 +1,5 @@
from django.forms import Select
class ComboboxWidget(Select):
template_name = "django/forms/widgets/combobox.html"