app/soc/views/models/user_self.py
changeset 755 1ed041c0cdc6
parent 726 ba3d399ec9be
child 787 63d7f170b63c
--- a/app/soc/views/models/user_self.py	Mon Dec 15 01:13:07 2008 +0000
+++ b/app/soc/views/models/user_self.py	Mon Dec 15 01:15:32 2008 +0000
@@ -235,7 +235,7 @@
     # fill in the email field with the data from the entity
     form.fields['email'].initial = entity.account.email()
 
-    super(View, self)._editGet(request ,entity, form)
+    super(View, self)._editGet(request, entity, form)
 
   def _editPost(self, request, entity, fields):
     """See base.View._editPost().