Commit 17c466a5 authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

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
parent 4c18facd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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