app/soc/views/models/user_self.py
changeset 755 1ed041c0cdc6
parent 726 ba3d399ec9be
child 787 63d7f170b63c
equal deleted inserted replaced
754:ed78bb93a287 755:1ed041c0cdc6
   233     """
   233     """
   234 
   234 
   235     # fill in the email field with the data from the entity
   235     # fill in the email field with the data from the entity
   236     form.fields['email'].initial = entity.account.email()
   236     form.fields['email'].initial = entity.account.email()
   237 
   237 
   238     super(View, self)._editGet(request ,entity, form)
   238     super(View, self)._editGet(request, entity, form)
   239 
   239 
   240   def _editPost(self, request, entity, fields):
   240   def _editPost(self, request, entity, fields):
   241     """See base.View._editPost().
   241     """See base.View._editPost().
   242     """
   242     """
   243 
   243