Kaydet (Commit) 17c466a5 authored tarafından Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss

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
üst 4c18facd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment