puchar/crispy_forms/templates/bootstrap4/layout/row.html

4 lines
155 B
HTML
Raw Permalink Normal View History

2022-12-05 04:12:09 +01:00
<div {% if div.css_id %}id="{{ div.css_id }}"{% endif %} class="form-row {{ div.css_class|default:'' }}" {{ div.flat_attrs }}>
{{ fields }}
</div>