Fix html indentation
This commit is contained in:
@@ -3,13 +3,12 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container_12">
|
<div class="container_12">
|
||||||
{% if form %}
|
{% if form %}
|
||||||
<div class="grid_{{ form.grid|default:11 }}">
|
<div class="grid_{{ form.grid|default:11 }}">
|
||||||
{% include "generic_form_subtemplate.html" %}
|
{% include "generic_form_subtemplate.html" %}
|
||||||
|
</div>
|
||||||
</div>
|
{% if form.grid_clear or not form.grid %}
|
||||||
{% if form.grid_clear or not form.grid %}
|
<div class="clear"></div>
|
||||||
<div class="clear"></div>
|
{% endif %}
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% for form in form_list %}
|
{% for form in form_list %}
|
||||||
@@ -20,16 +19,13 @@
|
|||||||
{% with form.object_name as object_name %}
|
{% with form.object_name as object_name %}
|
||||||
{% with form.form_action as form_action %}
|
{% with form.form_action as form_action %}
|
||||||
<div class="grid_{{ form.grid|default:11 }}">
|
<div class="grid_{{ form.grid|default:11 }}">
|
||||||
{% with form.form as form %}
|
{% with form.form as form %}
|
||||||
{% include "generic_form_subtemplate.html" %}
|
{% include "generic_form_subtemplate.html" %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% if form.grid_clear or not form.grid %}
|
{% if form.grid_clear or not form.grid %}
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
|||||||
Reference in New Issue
Block a user