From 36d947028dc8d2680e818efe05f51aa8a6be8145 Mon Sep 17 00:00:00 2001 From: Valentin Udaltsov Date: Tue, 29 Dec 2015 11:10:46 +0300 Subject: [PATCH] Update form_customization.rst --- 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 549a5fd38f0..44c7b7182d5 100644 --- a/cookbook/form/form_customization.rst +++ b/cookbook/form/form_customization.rst @@ -101,7 +101,7 @@ rendering a form. In other words, if you want to customize one portion of how a form is rendered, you'll import a *theme* which contains a customization of the appropriate form fragments. -Symfony comes with four **built-in form themes** that define each and every +Symfony comes with five **built-in form themes** that define each and every fragment needed to render every part of a form: * `form_div_layout.html.twig`_, wraps each form field inside a ``
`` element.