Merge pull request #23 from karls/master
Fix missing formset template issue.
This commit is contained in:
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 %}
|
Reference in New Issue
Block a user