puchar/crispy_forms/templates/bootstrap4/layout/fieldset.html
2022-12-05 04:13:11 +01:00

7 lines
268 B
HTML

<fieldset {% if fieldset.css_id %}id="{{ fieldset.css_id }}"{% endif %}
{% if fieldset.css_class%}class="{{ fieldset.css_class }}"{% endif %}
{{ fieldset.flat_attrs }}>
{% if legend %}<legend>{{ legend }}</legend>{% endif %}
{{ fields }}
</fieldset>