diff options
| author | Tim Graham <timograham@gmail.com> | 2012-08-19 20:13:09 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-08-19 20:13:09 -0400 |
| commit | 3631db88cbae4b50b1d1b0fda0dfaa6a47f4eb0d (patch) | |
| tree | 33fc2dfdfd09a0d65f2b94c48b62ddbaa7e806ec /docs | |
| parent | 514a0013cd38fc586e3b4d8582da2f65c1cdd50c (diff) | |
Fixed typo in form wizard docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/formtools/form-wizard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt index 3cc8c7aed4..b8e585a4d2 100644 --- a/docs/ref/contrib/formtools/form-wizard.txt +++ b/docs/ref/contrib/formtools/form-wizard.txt @@ -528,7 +528,7 @@ We define our wizard in a ``views.py``:: We need to add the ``ContactWizard`` to our ``urls.py`` file:: - from django.conf.urls import pattern + from django.conf.urls import patterns from myapp.forms import ContactForm1, ContactForm2 from myapp.views import ContactWizard, show_message_form_condition |
