filter students
This commit is contained in:
11
crispy_forms/templates/bootstrap3/uni_form.html
Normal file
11
crispy_forms/templates/bootstrap3/uni_form.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% load crispy_forms_utils %}
|
||||
|
||||
{% specialspaceless %}
|
||||
{% if include_media %}{{ form.media }}{% endif %}
|
||||
{% if form_show_errors %}
|
||||
{% include "bootstrap3/errors.html" %}
|
||||
{% endif %}
|
||||
{% for field in form %}
|
||||
{% include field_template %}
|
||||
{% endfor %}
|
||||
{% endspecialspaceless %}
|
Reference in New Issue
Block a user