app/soc/views/models/user.py
changeset 495 87afae6e4c51
parent 494 5e9c656a1b68
child 499 d22e4fe8e64b
--- a/app/soc/views/models/user.py	Sun Nov 16 23:03:37 2008 +0000
+++ b/app/soc/views/models/user.py	Sun Nov 16 23:04:48 2008 +0000
@@ -184,7 +184,6 @@
     """
     # fill in the email field with the data from the entity
     form.fields['email'].initial = entity.account.email()
-    
 
   def _editPost(self, request, entity, fields):
     """See base.View._editPost().