From a99b441a5465507015e14fa6e0221aeb7472b8a1 Mon Sep 17 00:00:00 2001 From: Vitaliy Zurian Date: Thu, 29 Jan 2015 16:10:08 +0100 Subject: [PATCH] Keeping documentation consistent --- book/forms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/forms.rst b/book/forms.rst index 57a1763f05b..7bdfd2d991c 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -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