From 56aa6fc00b7c6efcd02fcd9944b5d20cc8131ac9 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Mon, 23 Feb 2015 20:13:31 -0800 Subject: [PATCH] [1.7.x] Added a missing backtick in form wizard docs. --- docs/ref/contrib/formtools/form-wizard.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):