We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad74169 commit c30f470Copy full SHA for c30f470
book/forms.rst
@@ -175,7 +175,7 @@ That's it! Just three lines are needed to render the complete form:
175
Renders all the fields, which includes the field element itself, a label
176
and any validation error messages for the field.
177
178
-``form_end()``
+``form_end(form)``
179
Renders the end tag of the form and any fields that have not
180
yet been rendered, in case you rendered each field yourself. This is useful
181
for rendering hidden fields and taking advantage of the automatic
0 commit comments