filter students
This commit is contained in:
9
crispy_forms/templates/bootstrap3/errors_formset.html
Normal file
9
crispy_forms/templates/bootstrap3/errors_formset.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% if formset.non_form_errors %}
|
||||
<div class="alert alert-block alert-danger">
|
||||
{% if formset_error_title %}<h4 class="alert-heading">{{ formset_error_title }}</h4>{% endif %}
|
||||
<ul>
|
||||
{{ formset.non_form_errors|unordered_list }}
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user