1
0
mirror of https://github.com/django/django.git synced 2025-03-26 01:00:46 +00:00

Fixed #18696 - Clarified WizardView heading; thanks sergzach.

This commit is contained in:
Tim Graham 2012-08-17 11:06:38 -04:00
parent 4eaf73d7bc
commit 2a36a1a071

View File

@ -86,8 +86,8 @@ the message itself. Here's what the :file:`forms.py` might look like::
section :ref:`Handling files <wizard-files>` below to learn more about
what to do.
Creating a ``WizardView`` class
-------------------------------
Creating a ``WizardView`` subclass
----------------------------------
The next step is to create a
:class:`django.contrib.formtools.wizard.views.WizardView` subclass. You can