Jeremy Stretch hace 7 años
padre
commit
c5f2cbf9fa
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      netbox/ipam/forms.py

+ 2 - 2
netbox/ipam/forms.py

@@ -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
     )