mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed docs typos.
This commit is contained in:
parent
65b4626528
commit
e816198034
32 changed files with 48 additions and 47 deletions
|
@ -726,7 +726,7 @@ sessions and browser cookies respectively).
|
|||
To use the named urls, you have to change the ``urls.py``.
|
||||
|
||||
Below you will see an example of a contact wizard with two steps, step 1 with
|
||||
"contactdata" as its name and step 2 with "leavemessage" as its name.
|
||||
``"contactdata"`` as its name and step 2 with ``"leavemessage"`` as its name.
|
||||
|
||||
Additionally you have to pass two more arguments to the
|
||||
:meth:`~WizardView.as_view` method:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue