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.
2 parents db93b95 + 7113a53 commit ed1b95dCopy full SHA for ed1b95d
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