diff --git a/best_practices/forms.rst b/best_practices/forms.rst index e8a7192fc82..60028850352 100644 --- a/best_practices/forms.rst +++ b/best_practices/forms.rst @@ -145,12 +145,12 @@ view layer: .. code-block:: html+jinja -
+ {{ form_start(form) }} {{ form_widget(form) }} -
+ {{ form_end(form) }} Rendering the Form ------------------