Commit 56aa6fc0 authored by Ian Lee's avatar Ian Lee Committed by Simon Charette
Browse files

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

parent 6e8f42cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):