Ticket #7279: wizard.diff

File wizard.diff, 560 bytes (added by anonymous, 16 years ago)
  • contrib/formtools/wizard.py

     
    209209        """
    210210        context = context or {}
    211211        context.update(self.extra_context)
    212         return render_to_response(self.get_template(self.step), dict(context,
     212        return render_to_response(self.get_template(step), dict(context,
    213213            step_field=self.step_field_name,
    214214            step0=step,
    215215            step=step + 1,
Back to Top