summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
Diffstat (limited to 'django')
-rw-r--r--django/contrib/formtools/wizard/views.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/django/contrib/formtools/wizard/views.py b/django/contrib/formtools/wizard/views.py
index 1b297838be..77cf80ac8b 100644
--- a/django/contrib/formtools/wizard/views.py
+++ b/django/contrib/formtools/wizard/views.py
@@ -538,8 +538,7 @@ class WizardView(TemplateView):
context variables are:
* all extra data stored in the storage backend
- * `form` - form instance of the current step
- * `wizard` - the wizard instance itself
+ * `wizard` - a dictionary representation of the wizard instance
Example: