Ticket #11508: 11508.diff
File 11508.diff, 700 bytes (added by , 15 years ago) |
---|
-
docs/ref/contrib/formtools/form-wizard.txt
95 95 The next step is to create a :class:`~django.contrib.formtools.wizard.FormWizard` 96 96 class, which should be a subclass of ``django.contrib.formtools.wizard.FormWizard``. 97 97 98 As your :class:`~django.forms.forms.Form` classes, this98 As with your :class:`~django.forms.forms.Form` classes, this 99 99 :class:`~django.contrib.formtools.wizard.FormWizard` class can live anywhere 100 100 in your codebase, but convention is to put it in :file:`forms.py`. 101 101