diff --git a/Resources/views/Form/field_type_help.html.twig b/Resources/views/Form/field_type_help.html.twig index 761b562..f2de34c 100644 --- a/Resources/views/Form/field_type_help.html.twig +++ b/Resources/views/Form/field_type_help.html.twig @@ -1,7 +1,7 @@ {# Widgets #} {% block field_help %} - {% if help is defined %} + {% if help|default %} {{ help }} {% endif %} {% endblock %}