mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-19 16:04:38 +02:00
linted
This commit is contained in:
parent
3146dc07fa
commit
560baed2e1
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ class DomainSuborganizationForm(forms.ModelForm):
|
||||||
"""Form for updating the suborganization"""
|
"""Form for updating the suborganization"""
|
||||||
|
|
||||||
sub_organization = forms.ModelChoiceField(
|
sub_organization = forms.ModelChoiceField(
|
||||||
label = "Suborganization name",
|
label="Suborganization name",
|
||||||
queryset=Suborganization.objects.none(),
|
queryset=Suborganization.objects.none(),
|
||||||
required=False,
|
required=False,
|
||||||
widget=ComboboxWidget,
|
widget=ComboboxWidget,
|
||||||
|
|
|
@ -2,4 +2,4 @@ from django.forms import Select
|
||||||
|
|
||||||
|
|
||||||
class ComboboxWidget(Select):
|
class ComboboxWidget(Select):
|
||||||
template_name = "django/forms/widgets/combobox.html"
|
template_name = "django/forms/widgets/combobox.html"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue