From a711ca58fc8e0acd3dc7df8737c627e2c2f5cfe3 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 13 May 2021 19:20:01 +0200 Subject: [PATCH] update form template --- core/Resources/views/admin/crud/edit.html.twig | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/Resources/views/admin/crud/edit.html.twig b/core/Resources/views/admin/crud/edit.html.twig index 8fae116..b562991 100644 --- a/core/Resources/views/admin/crud/edit.html.twig +++ b/core/Resources/views/admin/crud/edit.html.twig @@ -76,8 +76,6 @@ - - {{ form_rest(form) }} {% endblock %}