Merge branch 'theSage21-master'

This commit is contained in:
tzangms 2015-03-09 14:44:55 +00:00
commit 5725764515
1 changed files with 4 additions and 8 deletions

View File

@ -1,15 +1,11 @@
{{ formset.management_form }}
{% for form in formset %}
{% if classes.label == 'sr-only' %}
<div class="form-inline">
{% include "bootstrapform/form.html" with form=form %}
</div>
{%else%}
{% include "bootstrapform/form.html" with form=form %}
{% endif %}
{% include "bootstrapform/form.html" with form=form %}
{% if classes.label == 'sr-only' %}
</div>
{% endif %}
{% endfor %}