diff --git a/Resources/views/bootstrap_3_tab_layout.html.twig b/Resources/views/bootstrap_3_tab_layout.html.twig index fdce39b..11c74d9 100644 --- a/Resources/views/bootstrap_3_tab_layout.html.twig +++ b/Resources/views/bootstrap_3_tab_layout.html.twig @@ -32,7 +32,7 @@ {% block nav_tab %}
  • - {{ form_label(child) }} @@ -40,7 +40,7 @@ {% endblock %} {% block tab_content %} -
    +
    {{ form_widget(child) }} {{ form_errors(child) }}