filter students
This commit is contained in:
4
crispy_forms/templates/bootstrap4/layout/div.html
Normal file
4
crispy_forms/templates/bootstrap4/layout/div.html
Normal file
@ -0,0 +1,4 @@
|
||||
<div {% if div.css_id %}id="{{ div.css_id }}"{% endif %}
|
||||
{% if div.css_class %}class="{{ div.css_class }}"{% endif %} {{ div.flat_attrs }}>
|
||||
{{ fields }}
|
||||
</div>
|
Reference in New Issue
Block a user