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) }} {{ form_widget(form.children.export.children.export) }}
</div> </div>
{% else %} {% else %}
{# render the children, to mark the widget as 'rendered' {# render the children, to mark the widget as 'rendered' #}
{{ form_widget(form.children.export.children.export) }}#} {{ form_widget(form.children.export.children.export) }}
{% endif %} {% endif %}
<div style="clear: both;"> <div style="clear: both;">