diff options
| author | Ian Lee <IanLee1521@gmail.com> | 2015-02-23 20:13:31 -0800 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2015-02-24 00:31:21 -0500 |
| commit | 56aa6fc00b7c6efcd02fcd9944b5d20cc8131ac9 (patch) | |
| tree | 03f78718ee9462a9af05604d938aed60ff1d7b3d | |
| parent | 6e8f42cfc7002dc8471baa9573da3e9b52006230 (diff) | |
[1.7.x] Added a missing backtick in form wizard 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 d41b025f2e..7e41c5ead8 100644 --- a/docs/ref/contrib/formtools/form-wizard.txt +++ b/docs/ref/contrib/formtools/form-wizard.txt @@ -319,7 +319,7 @@ The ``urls.py`` file would contain something like:: .. versionchanged:: 1.6 -The ``condition_dict`` can be passed as attribute for the ``as_view()` +The ``condition_dict`` can be passed as attribute for the ``as_view()`` method or as a class attribute named ``condition_dict``:: class OrderWizard(WizardView): |
