Skip to content

Commit

Permalink
Overwrite the form renderer of DeviceFilterForm to fix regression cau…
Browse files Browse the repository at this point in the history
…sed by netbox 3.6.4 (#408)
  • Loading branch information
kkthxbye-code committed Oct 20, 2023
1 parent becfaaa commit 76b43f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox_topology_views/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class DeviceFilterForm(
ContactModelFilterForm,
NetBoxModelFilterSetForm
):
default_renderer = forms.renderers.DjangoTemplates()
model = Device
fieldsets = (
(None, ('q', 'filter_id', 'tag')),
Expand Down

0 comments on commit 76b43f5

Please sign in to comment.