8000 bug #34021 [TwigBridge] do not render errors for checkboxes twice (xa… · symfony/symfony@5d097d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d097d2

Browse files
bug #34021 [TwigBridge] do not render errors for checkboxes twice (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- [TwigBridge] do not render errors for checkboxes twice | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #34008 | License | MIT | Doc PR | Commits ------- 9eddea9 do not render errors for checkboxes twice
2 parents 3644a18 + 9eddea9 commit 5d097d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_horizontal_layout.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ col-sm-10
7171
<div class="{{ block('form_label_class') }}"></div>{#--#}
7272
<div class="{{ block('form_group_class') }}">
7373
{{- form_widget(form) -}}
74-
{{- form_errors(form) -}}
7574
</div>{#--#}
7675
</div>
7776
{%- endblock checkbox_row %}

0 commit comments

Comments
 (0)
0