10000
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.
form_end
form
1 parent dc87147 commit 57beb81Copy full SHA for 57beb81
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