filter students
This commit is contained in:
9
crispy_forms/templates/bootstrap4/display_form.html
Normal file
9
crispy_forms/templates/bootstrap4/display_form.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% if form.form_html %}
|
||||
{% if include_media %}{{ form.media }}{% endif %}
|
||||
{% if form_show_errors %}
|
||||
{% include "bootstrap4/errors.html" %}
|
||||
{% endif %}
|
||||
{{ form.form_html }}
|
||||
{% else %}
|
||||
{% include "bootstrap4/uni_form.html" %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user