Merge pull request #23 from karls/master

Fix missing formset template issue.
This commit is contained in:
tzangms
2012-08-23 22:35:37 -07:00

View File

@@ -0,0 +1,7 @@
{{ formset.management_form }}
{% for form in formset %}
{% include "bootstrapform/form.html" with form=form %}
{% endfor %}