diff --git a/crispy_forms/layout.py b/crispy_forms/layout.py index 6338b011..4b9ffea3 100644 --- a/crispy_forms/layout.py +++ b/crispy_forms/layout.py @@ -518,7 +518,7 @@ class Fieldset(LayoutObject): legend : str The content of the fieldset's ````. 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 ``
`` css_class : str, optional