diff --git a/cookbook/form/form_customization.rst b/cookbook/form/form_customization.rst index e5ab6035a29..d9b2b10667e 100644 --- a/cookbook/form/form_customization.rst +++ b/cookbook/form/form_customization.rst @@ -1055,7 +1055,7 @@ form, modify the ``use`` tag and add the following: {{ block('base_form_widget_simple') }} {% if help is defined %} - {{ help }} + {{ help }} {% endif %} {% endblock %} @@ -1070,7 +1070,7 @@ the following: {{ parent() }} {% if help is defined %} - {{ help }} + {{ help }} {% endif %} {% endblock %}