Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Sep 27, 2024
1 parent a80e7e5 commit a28c1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/nav/web/crispyforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ class and template definitions.
:param legend: The legend text for the form. Defaults to None.
:type legend: str, optional
:param form_id: The id attribute of the form. Defaults to None.
:param form_action: The action destination URL for the form. Defaults to an empty string.
:type form_action: str, optional
:param form_method: The HTTP method for the form. Defaults to 'post'.
Expand Down

0 comments on commit a28c1bf

Please sign in to comment.