File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -405,7 +405,7 @@ libraries are used in your application:
|
405 | 405 |
|
406 | 406 | {# templates/form/custom_types.html.twig #}
|
407 | 407 | {% block postal_address_row %}
|
408 |
| -{% for child in form.children if not child.rendered %} |
| 408 | +{% for child in form.children|filter(v => not v.rendered) -%} |
409 | 409 | <div class="form-group">
|
410 | 410 | {{ form_label(child) }}
|
411 | 411 | {{ form_widget(child) }}
|
|
You can’t perform that action at this time.
0 commit comments