Skip to content

Commit f9c049f

Browse files
committed
Merge branch 'master' of https://github.com/theSage21/django-bootstrap-form into theSage21-master
2 parents 7711429 + 4326a2f commit f9c049f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{{ formset.management_form }}
22

33
{% for form in formset %}
4-
54
{% if classes.label == 'sr-only' %}
65
<div class="form-inline">
6+
{% include "bootstrapform/form.html" with form=form %}
7+
</div>
8+
{%else%}
9+
{% include "bootstrapform/form.html" with form=form %}
710
{% endif %}
8-
9-
{% include "bootstrapform/form.html" with form=form %}
10-
11-
{% if classes.label == 'sr-only' %}
12-
</div>
13-
{% endif %}
14-
1511
{% endfor %}

0 commit comments

Comments
 (0)