Skip to content

Commit

Permalink
Keeping documentation consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatontheflat authored and wouterj committed Jan 30, 2015
1 parent ad74169 commit c30f470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ That's it! Just three lines are needed to render the complete form:
Renders all the fields, which includes the field element itself, a label
and any validation error messages for the field.

``form_end()``
``form_end(form)``
Renders the end tag of the form and any fields that have not
yet been rendered, in case you rendered each field yourself. This is useful
for rendering hidden fields and taking advantage of the automatic
Expand Down

0 comments on commit c30f470

Please sign in to comment.