app/soc/views/models/user.py
changeset 1190 449b9d93d890
parent 1172 6404a939412c
child 1307 091a21cf3627
--- a/app/soc/views/models/user.py	Mon Feb 02 17:02:31 2009 +0000
+++ b/app/soc/views/models/user.py	Mon Feb 02 20:07:52 2009 +0000
@@ -105,7 +105,7 @@
     """
 
     # fill in the email field with the data from the entity
-    form.fields['account'].initial = entity.account.email()
+    form.fields['account'].initial = entity.account.email
     form.fields['agreed_to_tos_on'].initial = entity.agreed_to_tos_on
     form.fields['agreed_to_tos_on'].example_text = self._getToSExampleText()
     form.fields['status'].initial = entity.status