filter students
This commit is contained in:
8
crispy_forms/templates/bootstrap3/uni_formset.html
Normal file
8
crispy_forms/templates/bootstrap3/uni_formset.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% with formset.management_form as form %}
|
||||
{% include 'bootstrap3/uni_form.html' %}
|
||||
{% endwith %}
|
||||
{% for form in formset %}
|
||||
<div class="multiField">
|
||||
{% include 'bootstrap3/uni_form.html' %}
|
||||
</div>
|
||||
{% endfor %}
|
Reference in New Issue
Block a user