From 3fce92250b459b14d3e5d5879d626e91f2de3cd7 Mon Sep 17 00:00:00 2001 From: John Kary Date: Sat, 10 Nov 2012 01:16:33 -0600 Subject: [PATCH] Fix typo --- cookbook/form/dynamic_form_generation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/form/dynamic_form_generation.rst b/cookbook/form/dynamic_form_generation.rst index 904ad85f5e8..feb8a816d4b 100644 --- a/cookbook/form/dynamic_form_generation.rst +++ b/cookbook/form/dynamic_form_generation.rst @@ -35,7 +35,7 @@ of what a bare form class looks like:: Let's assume for a moment that this form utilizes an imaginary "Product" class that has only two relevant properties ("name" and "price"). The form generated -from this class will look the exact same regardless of a new Product is being created +from this class will look the exact same regardless if a new Product is being created or if an existing product is being edited (e.g. a product fetched from the database). Suppose now, that you don't want the user to be able to change the ``name`` value