Skip to content

Commit

Permalink
Improved Fieldset types. (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Aug 14, 2023
1 parent 3b81cc9 commit 957d311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crispy_forms/layout.py
Expand Up @@ -518,7 +518,7 @@ class Fieldset(LayoutObject):
legend : str
The content of the fieldset's ``<legend>``. This text is context
aware, to bring this to life see the examples section.
*fields : str
*fields : str | LayoutObject | HTML
Any number of fields as positional arguments to be rendered within
the ``<fieldset>``
css_class : str, optional
Expand Down

0 comments on commit 957d311

Please sign in to comment.