Skip to content

Commit

Permalink
bug #34021 [TwigBridge] do not render errors for checkboxes twice (xa…
Browse files Browse the repository at this point in the history
…bbuh)

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
  • Loading branch information
nicolas-grekas committed Oct 22, 2019
2 parents 3644a18 + 9eddea9 commit 5d097d2
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -71,7 +71,6 @@ col-sm-10
<div class="{{ block('form_label_class') }}"></div>{#--#}
<div class="{{ block('form_group_class') }}">
{{- form_widget(form) -}}
{{- form_errors(form) -}}
</div>{#--#}
</div>
{%- endblock checkbox_row %}

0 comments on commit 5d097d2

Please sign in to comment.