Skip to content

Commit a58fe2b

Browse files
committed
Minor tweak
1 parent e3bce9b commit a58fe2b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

form/create_custom_field_type.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ link for details), create a ``shipping_widget`` block to handle this:
150150
{% spaceless %}
151151
{% if expanded %}
152152
<ul {{ block('widget_container_attributes') }}>
153-
{% for child in form if not child.rendered %}
154-
<li>
155-
{{ form_widget(child) }}
156-
{{ form_label(child) }}
157-
</li>
158-
{% endfor %}
153+
{% for child in form if not child.rendered %}
154+
<li>
155+
{{ form_widget(child) }}
156+
{{ form_label(child) }}
157+
</li>
158+
{% endfor %}
159159
</ul>
160160
{% else %}
161161
{# let the choice widget render the select tag #}

0 commit comments

Comments
 (0)