From bc2b89db031eb6855663350ce5d8481c4b088d26 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Sun, 5 Jul 2015 11:45:15 +0200 Subject: [PATCH] updating edit template --- Resources/views/Activity/edit.html.twig | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Resources/views/Activity/edit.html.twig b/Resources/views/Activity/edit.html.twig index 34eda0653..7d140cc55 100644 --- a/Resources/views/Activity/edit.html.twig +++ b/Resources/views/Activity/edit.html.twig @@ -21,16 +21,7 @@ {% block title %}{{ 'Activity edit' |trans }}{% endblock title %} {% block personcontent %} -

Activity edit

- {{ form(edit_form) }} - + {# {{ form(delete_form) }} #} {% endblock %}