From 29c5d85d6987faa60f57d41bad57af68a2562673 Mon Sep 17 00:00:00 2001 From: anoop Date: Mon, 8 Mar 2010 16:30:35 +0530 Subject: email address displayed was incorrect, fixed it. --- templates/user/my_profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/my_profile.html b/templates/user/my_profile.html index bfb6649..cb3db1f 100644 --- a/templates/user/my_profile.html +++ b/templates/user/my_profile.html @@ -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 }} -- cgit