8000
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 86210b3 commit 7113a53Copy full SHA for 7113a53
src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_layout.html.twig
@@ -108,10 +108,10 @@
108
109
{% block form_row -%}
110
<div class="form-group{% if (not compound or force_error|default(false)) and not valid %} has-error{% endif %}">
111
- {{- form_label(form) -}}
112
- {{- form_widget(form) -}}
113
- {{- form_errors(form) -}}
114
- </div>
+ {{- form_label(form) }} {# -#}
+ {{ form_widget(form) }} {# -#}
+ {{ form_errors(form) }} {# -#}
+ </div> {# -#}
115
{%- endblock form_row %}
116
117
{% block button_row -%}
0 commit comments