diff --git a/cookbook/form/form_customization.rst b/cookbook/form/form_customization.rst index 1f41d2f680f..608be6eee71 100644 --- a/cookbook/form/form_customization.rst +++ b/cookbook/form/form_customization.rst @@ -840,7 +840,7 @@ form, modify the ``use`` tag and add the following: {{ block('base_field_widget') }} {% if help is defined %} - {{ help }} + {{ help }} {% endif %} {% endblock %} @@ -855,7 +855,7 @@ the following: {{ parent() }} {% if help is defined %} - {{ help }} + {{ help }} {% endif %} {% endblock %} @@ -875,7 +875,7 @@ original template: - escape($help) ?> + escape($help) ?> To render a help message below a field, pass in a ``help`` variable: