On Wed, Jun 4, 2008 at 6:31 PM, tyman26 <[EMAIL PROTECTED]> wrote:
> Unless I am really mistaken, I am pretty sure this is a bug. The
> "self.step" variable in "wizard.py" is never being updated after the
> forms are submitted. These are two possible fixes I found:
This is a known bug already,
Unless I am really mistaken, I am pretty sure this is a bug. The
"self.step" variable in "wizard.py" is never being updated after the
forms are submitted. These are two possible fixes I found:
1. In the method "def __call__(self, request, *args, **kwargs) :"
update the self.step variable after
Hi,
I am having a problem getting the form wizard to load a different
template for each form. I used the example provided where they name
their templates template_0.html, template_1.html ... and so then
override the function like this:
def get_template(self, step):
return 'vlis/product
3 matches
Mail list logo