Skip to content

Commit

Permalink
Have ManagementProfileForm send a get request instead of post
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Oliver Tveit <[email protected]>
  • Loading branch information
johannaengland and stveit authored Oct 7, 2024
1 parent 3e82846 commit 8ad502e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/nav/web/seeddb/page/management_profile/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def __init__(self, *args, **kwargs):

self.attrs = set_flat_form_attributes(
form_class="custom",
form_method="get",
form_fields=[
FlatFieldset(
legend="Filter connection profiles",
Expand Down

0 comments on commit 8ad502e

Please sign in to comment.