Skip to content

Commit

Permalink
Removed form_style from fieldset template. (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarganum authored Jun 13, 2024
1 parent 6bc8886 commit 1685644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<fieldset {% if fieldset.css_id %}id="{{ fieldset.css_id }}"{% endif %}
{% if fieldset.css_class or form_style %}class="{{ fieldset.css_class }} {{ form_style }}"{% endif %}
{% if fieldset.css_class %}class="{{ fieldset.css_class }}"{% endif %}
{{ fieldset.flat_attrs }}>
{% if legend %}<legend>{{ legend|safe }}</legend>{% endif %}
{{ fields|safe }}
Expand Down

0 comments on commit 1685644

Please sign in to comment.