From e6ab9ba7cb2c43b8b778599fbe5a5e7644e98ee2 Mon Sep 17 00:00:00 2001 From: Andreia Bohner Date: Sun, 21 Apr 2013 16:58:49 -0300 Subject: [PATCH] Fix duplicated form widget --- cookbook/form/form_customization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/form/form_customization.rst b/cookbook/form/form_customization.rst index 0b6b3923c01..bae214e3888 100644 --- a/cookbook/form/form_customization.rst +++ b/cookbook/form/form_customization.rst @@ -929,7 +929,7 @@ Using Form Variables -------------------- Most of the functions available for rendering different parts of a form (e.g. -the form widget, form label, form widget, etc) also allow you to make certain +the form widget, form label, form errors, etc) also allow you to make certain customizations directly. Look at the following example: .. configuration-block::