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:14:54 -0400 |
| commit | b05d2f51b806da184fb8c56619f4d275a3294bb5 (patch) | |
| tree | 5ed69bb5d964aa6125690fd391062c3bba8ca91f /docs | |
| parent | eaa6e4e2d164d71b14b8504ef66928e9e3e18d7d (diff) | |
[1.4.X] Fixed typo in form wizard docs.
Backport of 3631db88cb from master
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 7aafbe89f3..6f62bb0f95 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 |
