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 %}