10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9edab commit 6460b8aCopy full SHA for 6460b8a
src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
@@ -321,7 +321,6 @@
321
{%- endblock repeated_row -%}
322
323
{%- block form_row -%}
324
- {%- set row_attr = row_attr|default({}) -%}
325
{%- set widget_attr = {} -%}
326
{%- if help is not empty -%}
327
{%- set widget_attr = {attr: {'aria-describedby': id ~"_help"}} -%}
@@ -335,7 +334,6 @@
335
334
{%- endblock form_row -%}
336
337
{%- block button_row -%}
338
339
<div {% with {attr: row_attr} %}{{ block('attributes') }}{% endwith %}>
340
{{- form_widget(form) -}}
341
</div>
0 commit comments