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 3ce46f6 commit 2b00abeCopy full SHA for 2b00abe
book/forms.rst
@@ -212,7 +212,7 @@ Handling Form Submissions
212
213
The second job of a form is to translate user-submitted data back to the
214
properties of an object. To make this happen, the submitted data from the
215
-user must be written into the form. Add the following functionality to your
+user must be written into ``$form``. Add the following functionality to your
216
controller::
217
218
// ...
0 commit comments