~ubuntu-branches/ubuntu/jaunty/python-django/jaunty-backports

« back to all changes in this revision

Viewing changes to docs/ref/contrib/formtools/form-wizard.txt

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2008-11-15 19:15:33 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20081115191533-xbt1ut2xf4fvwtvc
Tags: 1.0.1-0ubuntu1
* New upstream release:
  - Bug fixes.

* The tests/ sub-directory appaers to have been dropped upstream, so pull
  our patch to workaround the tests and modify the rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
    * Pass :attr:`~django.contrib.formtools.wizard.FormWizard.extra_context`
170
170
      as extra parameters in the URLconf.
171
171
 
172
 
Here's a full example template::
173
 
  
 
172
Here's a full example template:
 
173
 
 
174
.. code-block:: html+django
 
175
 
174
176
    {% extends "base.html" %}
175
177
 
176
178
    {% block content %}