[1.1.X] Fixed a silly bug in [12644].

Backport of [12646].

Of course, this sort of thing *does* do wonders for my commit count.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2010-03-02 00:00:08 +00:00
parent 60f4b7c4a9
commit 5f70a72876

View File

@ -31,7 +31,7 @@ class FormWizard(object):
self.initial = initial or {}
# Dictionary of extra template context variables.
extra_context = {}
self.extra_context = {}
# A zero-based counter keeping track of which step we're in.
self.step = 0