diff --git a/components/form/introduction.rst b/components/form/introduction.rst index 0d05caf8a1b..9f561b8e2cc 100644 --- a/components/form/introduction.rst +++ b/components/form/introduction.rst @@ -480,11 +480,11 @@ helper functions: .. code-block:: html+jinja -
+ {{ form_start(form) }} {{ form_widget(form) }} -
+ {{ form_end(form) }} .. image:: /images/book/form-simple.png :align: center