Fix missing formset template.
Add formset.html back in which fixes pull request #20.
This commit is contained in:
parent
76101bdcc7
commit
150c73d343
7
bootstrapform/templates/bootstrapform/formset.html
Normal file
7
bootstrapform/templates/bootstrapform/formset.html
Normal file
@ -0,0 +1,7 @@
|
||||
{{ formset.management_form }}
|
||||
|
||||
{% for form in formset %}
|
||||
|
||||
{% include "bootstrapform/form.html" with form=form %}
|
||||
|
||||
{% endfor %}
|
Loading…
Reference in New Issue
Block a user