Ticket #9529: form-wizard.txt.patch

File form-wizard.txt.patch, 617 bytes (added by Manuel Kaufmann, 15 years ago)
  • ref/contrib/formtools/form-wizard.txt

     
    290290.. method:: FormWizard.render_template
    291291
    292292    Renders the template for the given step, returning an
    293     :class:`~django.http.HttpResponseRedirect` object.
     293    :class:`~django.http.HttpResponse` object.
    294294
    295295    Override this method if you want to add a custom context, return a different
    296296    MIME type, etc. If you only need to override the template name, use
Back to Top