diff -r ba839dd7c7d7 -r f34052de27f5 templates/user/my_profile.html --- a/templates/user/my_profile.html Mon Mar 08 16:17:41 2010 +0530 +++ b/templates/user/my_profile.html Mon Mar 08 16:30:35 2010 +0530 @@ -19,7 +19,7 @@ {% endif %} {% if privilege or edit_profile %} -

E-Mail


{{ user.email }} +

E-Mail


{{ profile.user.email }} {% endif %} {% if profile.aboutme %}

About Me


{{ profile.aboutme }}