Kaydet (Commit) 3631db88 authored tarafından Tim Graham's avatar Tim Graham

Fixed typo in form wizard docs.

üst 514a0013
...@@ -528,7 +528,7 @@ We define our wizard in a ``views.py``:: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment