sorry, that was an bad example. It should have been:
#forms.py
#Form01, and Form01 are ordinary forms
class MyFormWizard(FormWizard):
"""Subclass of the new, simplified FormWizard"""
forms=[Form01,Form02]
#views.py
def event_registration(request,event_id):
"""A simple view for signi
Hi
I've been using the form wizard for an convention sign-up application.
I felt that the FormWizard is strange. It's not a form class, neither
a view function but something inbetween. I'm going to EuroPython and
wonder if anyone out there would like to join me for a FormWizard-
rewrite-sprint? My