[1.7.x] Added a missing backtick in form wizard docs.

This commit is contained in:
Ian Lee 2015-02-23 20:13:31 -08:00 committed by Simon Charette
parent 6e8f42cfc7
commit 56aa6fc00b
1 changed files with 1 additions and 1 deletions

View File

@ -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):