email address displayed was incorrect, fixed it.
authoranoop
Mon, 08 Mar 2010 16:30:35 +0530
changeset 209 f34052de27f5
parent 208 ba839dd7c7d7
child 210 85165597c592
email address displayed was incorrect, fixed it.
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 @@
         </a>
     {% endif %}
     {% if privilege or edit_profile %}
-        <br><h4>E-Mail</h4><hr>{{ user.email }}
+        <br><h4>E-Mail</h4><hr>{{ profile.user.email }}
     {% endif %}
     {% if profile.aboutme %}
         <br><h4>About Me</h4><hr>{{ profile.aboutme }}