From c2c0cf59cf15c444c71e31b5a29ba6923b41bdcd Mon Sep 17 00:00:00 2001 From: Bozhidar Hristov Date: Tue, 7 Aug 2018 21:48:11 +0300 Subject: [PATCH] Fix bug when translations are used in same page more than once --- Resources/views/bootstrap_3_tab_layout.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }}