app/soc/logic/cleaning.py
changeset 902 0cc7a76f0eb3
parent 898 adf5b7e98dcf
child 905 70eb2493a346
--- a/app/soc/logic/cleaning.py	Thu Jan 22 16:04:48 2009 +0000
+++ b/app/soc/logic/cleaning.py	Thu Jan 22 16:05:49 2009 +0000
@@ -101,6 +101,6 @@
       return None
 
     # call the Django URLField cleaning method to properly clean/validate this field
-    return forms.URLField.clean(self, value )
+    return forms.URLField.clean(self, value)
   return wrapped