diff --git a/Resources/views/CustomFieldsGroup/render_for_test.html.twig b/Resources/views/CustomFieldsGroup/render_for_test.html.twig
index a3552f79b..a3c5ff8fe 100644
--- a/Resources/views/CustomFieldsGroup/render_for_test.html.twig
+++ b/Resources/views/CustomFieldsGroup/render_for_test.html.twig
@@ -1,7 +1,7 @@
{{ customFieldsGroup.name(app.request.locale) }}
{% for customField in customFieldsGroup.customFields %}
- - {{ chill_custom_field_label(customField) }}
- - {{ chill_custom_field_widget(fields, customField) }}
+ - {{ chill_custom_field_label(customField) }}
+ - {{ chill_custom_field_widget(fields, customField) }}
{% endfor %}
\ No newline at end of file