diff --git a/bootstrapform/templates/bootstrapform/formset.html b/bootstrapform/templates/bootstrapform/formset.html index 1c84e73..476b6ca 100644 --- a/bootstrapform/templates/bootstrapform/formset.html +++ b/bootstrapform/templates/bootstrapform/formset.html @@ -2,6 +2,14 @@ {% for form in formset %} - {% include "bootstrapform/form.html" with form=form %} + {% if classes.label == 'sr-only' %} +
+ {% endif %} + + {% include "bootstrapform/form.html" with form=form %} + + {% if classes.label == 'sr-only' %} +
+ {% endif %} {% endfor %}