Commit 089dcbc2 authored by Ian Lee's avatar Ian Lee Committed by Simon Charette
Browse files

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

Backport of 56aa6fc0 from stable/1.7.x
parent 778ccee9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -304,7 +304,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):