Skip to content

Commit e3bce9b

Browse files
committed
minor #11083 Update create_custom_field_type.rst (beamop)
This PR was merged into the 4.2 branch. Discussion ---------- Update create_custom_field_type.rst Commits ------- 68e9bec Update create_custom_field_type.rst
2 parents 2ebd60a + 68e9bec commit e3bce9b

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)