Browse Source

Fix error in previous commit

Thomas Rabaix 11 năm trước cách đây
mục cha
commit
af37673cc8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>