Browse Source

Fix error in previous commit

Thomas Rabaix 11 years ago
parent
commit
af37673cc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/views/CRUD/base_edit_form.html.twig

+ 1 - 1
Resources/views/CRUD/base_edit_form.html.twig

@@ -51,7 +51,7 @@
                         </div>
                     {% endfor %}
                 </div>
-            {% block sonata_tab_content %}
+            {% endblock %}
 
             {% block sonata_post_fieldsets %}
                 </div>