diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-09-09 01:54:20 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-09-09 01:54:20 +0000 |
| commit | 74f386dba274e319eb9e76cfb6f5d38e602104d9 (patch) | |
| tree | f39a1983daa4cf5650927daa729cf7f39176ae2b /docs/ref/contrib/formtools/form-wizard.txt | |
| parent | 834a041e67b61f84b095c0796ed085f4c4785b0a (diff) | |
Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8987 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/contrib/formtools/form-wizard.txt')
| -rw-r--r-- | docs/ref/contrib/formtools/form-wizard.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt index 3923404f93..cf57e79884 100644 --- a/docs/ref/contrib/formtools/form-wizard.txt +++ b/docs/ref/contrib/formtools/form-wizard.txt @@ -169,8 +169,10 @@ You can specify it in two ways: * Pass :attr:`~django.contrib.formtools.wizard.FormWizard.extra_context` as extra parameters in the URLconf. -Here's a full example template:: - +Here's a full example template: + +.. code-block:: html+django + {% extends "base.html" %} {% block content %} |
