# HG changeset patch # User Lennard de Rijk # Date 1233605272 0 # Node ID 449b9d93d8902c4bf95a360d9d5190e79a2a6b4c # Parent 14357ec136470dea6264aae9a72894dbf4eebdd1 Probably fixed a bug on the live instance. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 14357ec13647 -r 449b9d93d890 app/soc/views/models/user.py --- 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