Ticket #9529: form-wizard.txt.patch
File form-wizard.txt.patch, 617 bytes (added by , 16 years ago) |
---|
-
ref/contrib/formtools/form-wizard.txt
290 290 .. method:: FormWizard.render_template 291 291 292 292 Renders the template for the given step, returning an 293 :class:`~django.http.HttpResponse Redirect` object.293 :class:`~django.http.HttpResponse` object. 294 294 295 295 Override this method if you want to add a custom context, return a different 296 296 MIME type, etc. If you only need to override the template name, use