Author: russellm
Date: 2010-02-26 23:38:17 -0600 (Fri, 26 Feb 2010)
New Revision: 12614

Modified:
   django/trunk/django/contrib/formtools/preview.py
   django/trunk/django/template/__init__.py
Log:
Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report.

Modified: django/trunk/django/contrib/formtools/preview.py
===================================================================
--- django/trunk/django/contrib/formtools/preview.py    2010-02-26 17:11:58 UTC 
(rev 12613)
+++ django/trunk/django/contrib/formtools/preview.py    2010-02-27 05:38:17 UTC 
(rev 12614)
@@ -99,10 +99,10 @@
 
     def process_preview(self, request, form, context):
         """
-       Given a validated form, performs any extra processing before displaying
-       the preview page, and saves any extra data in context.
-       """
-       pass
+        Given a validated form, performs any extra processing before displaying
+        the preview page, and saves any extra data in context.
+        """
+        pass
 
     def security_hash(self, request, form):
         """

Modified: django/trunk/django/template/__init__.py
===================================================================
--- django/trunk/django/template/__init__.py    2010-02-26 17:11:58 UTC (rev 
12613)
+++ django/trunk/django/template/__init__.py    2010-02-27 05:38:17 UTC (rev 
12614)
@@ -432,7 +432,7 @@
                         i += 1
                     if i >= len(subject):
                         raise TemplateSyntaxError("Searching for value. 
Unexpected end of string in column %d: %s" % (i, subject))
-               i += 1
+                i += 1
             return i
 
         if i >= len(subject):

-- 
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