From 9788b3a31a9685fbfc4e733fbc7d901b26be6956 Mon Sep 17 00:00:00 2001 From: Philipp Rieber Date: Sat, 14 Sep 2013 08:00:23 +0200 Subject: [PATCH] [forms] Remove tip for skipping validation group section --- book/forms.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/book/forms.rst b/book/forms.rst index 6eb7c18807a..892e9580ccb 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -371,11 +371,6 @@ Validation is a very powerful feature of Symfony2 and has its own Validation Groups ~~~~~~~~~~~~~~~~~ -.. tip:: - - If you're not using :ref:`validation groups `, - then you can skip this section. - If your object takes advantage of :ref:`validation groups `, you'll need to specify which validation group(s) your form should use::