diff options
| author | Tim Graham <timograham@gmail.com> | 2012-08-17 11:06:38 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-08-17 11:06:38 -0400 |
| commit | 2a36a1a07145860bad45d9c416281313ff53b910 (patch) | |
| tree | cb595f757ba51abbbbab33320e002e5260011069 /docs | |
| parent | 4eaf73d7bc7541557ceb19b7ff5b758f726bab32 (diff) | |
Fixed #18696 - Clarified WizardView heading; thanks sergzach.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/formtools/form-wizard.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt index 7d229a5d66..3cc8c7aed4 100644 --- a/docs/ref/contrib/formtools/form-wizard.txt +++ b/docs/ref/contrib/formtools/form-wizard.txt @@ -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 |
