Skip to content

Commit

Permalink
Update python/nav/web/seeddb/forms/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Johanna England <[email protected]>
  • Loading branch information
podliashanyk and johannaengland authored Nov 15, 2024
1 parent 7cb665a commit 111e075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nav/web/seeddb/forms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class RoomFilterForm(forms.Form):
def __init__(self, *args, **kwargs):
super(RoomFilterForm, self).__init__(*args, **kwargs)
self.attrs = get_single_layout(
heading="Filter rooms", filter_fields=[self["location"]]
heading="Filter rooms", filter_field=self["location"]
)


Expand Down

0 comments on commit 111e075

Please sign in to comment.