diff --git a/Resources/views/Form/fields.html.twig b/Resources/views/Form/fields.html.twig index 6a7bd3f94..4cdfe4601 100644 --- a/Resources/views/Form/fields.html.twig +++ b/Resources/views/Form/fields.html.twig @@ -1,25 +1,25 @@ {% block form_row %} {% spaceless %}
- {{ form_label(form) }} + {% if attr.class is not defined or ('cf-title' not in attr.class and 'cf-fields' not in attr.class ) %} + {{ form_label(form) }} + {% endif %}