From d77746a29906754e19bff822e30133621fab0f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 21 Nov 2016 22:46:22 +0100 Subject: [PATCH] fix comment in wrong place --- Resources/views/Export/new.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/Export/new.html.twig b/Resources/views/Export/new.html.twig index a5a99157a..dd4ed4b11 100644 --- a/Resources/views/Export/new.html.twig +++ b/Resources/views/Export/new.html.twig @@ -63,8 +63,8 @@ {{ form_widget(form.children.export.children.export) }} {% else %} - {# render the children, to mark the widget as 'rendered' - {{ form_widget(form.children.export.children.export) }}#} + {# render the children, to mark the widget as 'rendered' #} + {{ form_widget(form.children.export.children.export) }} {% endif %}