fix comment in wrong place

This commit is contained in:
Julien Fastré 2016-11-21 22:46:22 +01:00
parent 9e8afe78c5
commit d77746a299

View File

@ -63,8 +63,8 @@
{{ form_widget(form.children.export.children.export) }}
</div>
{% 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 %}
<div style="clear: both;">