mirror of
https://github.com/django/django.git
synced 2025-07-25 22:24:16 +00:00
Fixed typo in form wizard docs.
This commit is contained in:
parent
514a0013cd
commit
3631db88cb
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ We define our wizard in a ``views.py``::
|
||||||
|
|
||||||
We need to add the ``ContactWizard`` to our ``urls.py`` file::
|
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.forms import ContactForm1, ContactForm2
|
||||||
from myapp.views import ContactWizard, show_message_form_condition
|
from myapp.views import ContactWizard, show_message_form_condition
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue