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:
Russell Keith-Magee 2008-09-18 15:57:47 +00:00
parent 7976817a59
commit 7faa23d69c
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ application takes care of the following workflow:
a. If it's valid, displays a preview page.
b. If it's not valid, redisplays the form with error messages.
3. When the "confirmation" form is submitted from the preview page, calls
a hook that you define -- a
:meth:`~django.contrib.formtools.FormPreview.done()` method that gets
passed the valid data.
a hook that you define -- a
:meth:`~django.contrib.formtools.FormPreview.done()` method that gets
passed the valid data.
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