Fixed #9121: Corrected markup in the form preview docs. Thanks to Jarek Zgoda for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7976817a59
commit
7faa23d69c
|
@ -27,9 +27,9 @@ application takes care of the following workflow:
|
||||||
a. If it's valid, displays a preview page.
|
a. If it's valid, displays a preview page.
|
||||||
b. If it's not valid, redisplays the form with error messages.
|
b. If it's not valid, redisplays the form with error messages.
|
||||||
3. When the "confirmation" form is submitted from the preview page, calls
|
3. When the "confirmation" form is submitted from the preview page, calls
|
||||||
a hook that you define -- a
|
a hook that you define -- a
|
||||||
:meth:`~django.contrib.formtools.FormPreview.done()` method that gets
|
:meth:`~django.contrib.formtools.FormPreview.done()` method that gets
|
||||||
passed the valid data.
|
passed the valid data.
|
||||||
|
|
||||||
The framework enforces the required preview by passing a shared-secret hash to
|
The framework enforces the required preview by passing a shared-secret hash to
|
||||||
the preview page via hidden form fields. If somebody tweaks the form parameters
|
the preview page via hidden form fields. If somebody tweaks the form parameters
|
||||||
|
|
Loading…
Reference in New Issue