1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Syntax fix

This commit is contained in:
Jeremy Stretch
2019-01-15 15:44:21 -05:00
parent d6d8b078b9
commit c5f2cbf9fa

View File

@ -995,8 +995,8 @@ class IPAddressFilterForm(BootstrapMixin, CustomFieldFilterForm):
role = forms.MultipleChoiceField(
choices=IPADDRESS_ROLE_CHOICES,
required=False,
widget=StaticSelect2Multiple()
include_null=True,
widget=StaticSelect2Multiple(),
include_null=True
)