We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc8886 commit 1685644Copy full SHA for 1685644
1 file changed
crispy_bootstrap5/templates/bootstrap5/layout/fieldset.html
@@ -1,5 +1,5 @@
1
<fieldset {% if fieldset.css_id %}id="{{ fieldset.css_id }}"{% endif %}
2
- {% if fieldset.css_class or form_style %}class="{{ fieldset.css_class }} {{ form_style }}"{% endif %}
+ {% if fieldset.css_class %}class="{{ fieldset.css_class }}"{% endif %}
3
{{ fieldset.flat_attrs }}>
4
{% if legend %}<legend>{{ legend|safe }}</legend>{% endif %}
5
{{ fields|safe }}
0 commit comments