Ticket #11508: 11508.diff

File 11508.diff, 700 bytes (added by Tim Graham, 15 years ago)
  • docs/ref/contrib/formtools/form-wizard.txt

     
    9595The next step is to create a :class:`~django.contrib.formtools.wizard.FormWizard`
    9696class, which should be a subclass of ``django.contrib.formtools.wizard.FormWizard``.
    9797
    98 As your :class:`~django.forms.forms.Form` classes, this
     98As with your :class:`~django.forms.forms.Form` classes, this
    9999:class:`~django.contrib.formtools.wizard.FormWizard` class can live anywhere
    100100in your codebase, but convention is to put it in :file:`forms.py`.
    101101
Back to Top