We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a17f6 commit 3fce922Copy full SHA for 3fce922
cookbook/form/dynamic_form_generation.rst
@@ -35,7 +35,7 @@ of what a bare form class looks like::
35
36
Let's assume for a moment that this form utilizes an imaginary "Product" class
37
that has only two relevant properties ("name" and "price"). The form generated
38
-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
39
or if an existing product is being edited (e.g. a product fetched from the database).
40
41
Suppose now, that you don't want the user to be able to change the ``name`` value
0 commit comments