Ticket #7279: wizard.diff
File wizard.diff, 560 bytes (added by , 16 years ago) |
---|
-
contrib/formtools/wizard.py
209 209 """ 210 210 context = context or {} 211 211 context.update(self.extra_context) 212 return render_to_response(self.get_template(s elf.step), dict(context,212 return render_to_response(self.get_template(step), dict(context, 213 213 step_field=self.step_field_name, 214 214 step0=step, 215 215 step=step + 1,