Author: jacob
Date: 2010-03-01 17:59:22 -0600 (Mon, 01 Mar 2010)
New Revision: 12646

Modified:
   django/trunk/django/contrib/formtools/wizard.py
Log:
Fixed a silly bug in [12644].

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

Modified: django/trunk/django/contrib/formtools/wizard.py
===================================================================
--- django/trunk/django/contrib/formtools/wizard.py     2010-03-01 23:26:44 UTC 
(rev 12645)
+++ django/trunk/django/contrib/formtools/wizard.py     2010-03-01 23:59:22 UTC 
(rev 12646)
@@ -34,7 +34,7 @@
         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 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to