Skip to content

Commit

Permalink
Uncrispify form
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Sep 18, 2024
1 parent 8f44e37 commit c32c939
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/nav/web/seeddb/forms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ class RoomFilterForm(forms.Form):
def __init__(self, *args, **kwargs):
super(RoomFilterForm, self).__init__(*args, **kwargs)
self.no_crispy = set_filter_form_attributes('Filter rooms')
self.helper = get_formhelper()
self.helper.layout = get_single_layout('Filter rooms', 'location')


class RoomForm(forms.ModelForm):
Expand Down

0 comments on commit c32c939

Please sign in to comment.