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