diff --git a/netbox/utilities/forms/widgets.py b/netbox/utilities/forms/widgets.py index f9eb42663..58aca97c7 100644 --- a/netbox/utilities/forms/widgets.py +++ b/netbox/utilities/forms/widgets.py @@ -79,29 +79,12 @@ class SelectWithDisabled(forms.Select): class StaticSelect2(SelectWithDisabled): """ - A static content using the Select2 widget - - :param filter_for: (Optional) A dict of chained form fields for which this field is a filter. The key is the - name of the filter-for field (child field) and the value is the name of the query param filter. + A static