Fix missing formset template.

Add formset.html back in which fixes pull request #20.
This commit is contained in:
Karl Sutt 2012-08-23 16:32:57 +03:00
parent 76101bdcc7
commit 150c73d343

View File

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