Skip to content

Commit

Permalink
minor #4937 Keeping documentation consistent (thecatontheflat)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #4937).

Discussion
----------

Keeping documentation consistent

Commits
-------

c30f470 Keeping documentation consistent
  • Loading branch information
wouterj committed Jan 30, 2015
2 parents ad74169 + c30f470 commit 0fa9cbd
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 0fa9cbd

Please sign in to comment.