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:
parent
4c18facdf7
commit
17c466a57b
|
@ -34,7 +34,7 @@ class FormWizard(object):
|
||||||
self.initial = initial or {}
|
self.initial = initial or {}
|
||||||
|
|
||||||
# Dictionary of extra template context variables.
|
# Dictionary of extra template context variables.
|
||||||
extra_context = {}
|
self.extra_context = {}
|
||||||
|
|
||||||
# A zero-based counter keeping track of which step we're in.
|
# A zero-based counter keeping track of which step we're in.
|
||||||
self.step = 0
|
self.step = 0
|
||||||
|
|
Loading…
Reference in New Issue