diff --git a/bootstrapform/templates/bootstrapform/formset.html b/bootstrapform/templates/bootstrapform/formset.html new file mode 100644 index 0000000..1c84e73 --- /dev/null +++ b/bootstrapform/templates/bootstrapform/formset.html @@ -0,0 +1,7 @@ +{{ formset.management_form }} + +{% for form in formset %} + + {% include "bootstrapform/form.html" with form=form %} + +{% endfor %}