diff -r d580a057103d -r 0cc7a76f0eb3 app/soc/logic/cleaning.py --- 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