Fixed a silly bug in [12644].

Kids, please don't drink and code; the commit you save might be your own.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12646 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2010-03-01 23:59:22 +00:00
parent 4c18facdf7
commit 17c466a57b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,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