diff -r 5e9c656a1b68 -r 87afae6e4c51 app/soc/views/models/user.py --- 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().