Merge branch 'theSage21-master'
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
{{ formset.management_form }}
|
||||
|
||||
{% for form in formset %}
|
||||
|
||||
{% if classes.label == 'sr-only' %}
|
||||
<div class="form-inline">
|
||||
{% endif %}
|
||||
|
||||
{% include "bootstrapform/form.html" with form=form %}
|
||||
|
||||
{% if classes.label == 'sr-only' %}
|
||||
</div>
|
||||
{%else%}
|
||||
{% include "bootstrapform/form.html" with form=form %}
|
||||
{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user