# HG changeset patch # User anoop # Date 1268046035 -19800 # Node ID f34052de27f5e4a1ccf677f5360d574758a9ad68 # Parent ba839dd7c7d77c2b0ee4404794f40f1dc83ca27b email address displayed was incorrect, fixed it. 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 }}