filter students
This commit is contained in:
6
crispy_forms/templates/bootstrap4/layout/fieldset.html
Normal file
6
crispy_forms/templates/bootstrap4/layout/fieldset.html
Normal file
@ -0,0 +1,6 @@
|
||||
<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>
|
Reference in New Issue
Block a user