diff options
author | Madhusudan.C.S | 2011-02-09 02:39:49 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2011-02-09 02:39:49 +0530 |
commit | 1888491194dbe7c55c619e56e273299dae0aecc5 (patch) | |
tree | 7c7d56d20a0fcf1e4a28103a65023a03c7922367 | |
parent | 1b09248c06c7df0c218bff7e921ef40a470c5ba8 (diff) | |
download | pytask-1888491194dbe7c55c619e56e273299dae0aecc5.tar.gz pytask-1888491194dbe7c55c619e56e273299dae0aecc5.tar.bz2 pytask-1888491194dbe7c55c619e56e273299dae0aecc5.zip |
Username displayed on the profile page should be of the accessed profile.
-rw-r--r-- | pytask/templates/profile/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytask/templates/profile/view.html b/pytask/templates/profile/view.html index cb7841f..4309b00 100644 --- a/pytask/templates/profile/view.html +++ b/pytask/templates/profile/view.html @@ -12,7 +12,7 @@ Gender: {{ profile.gender }} <br /> {% if medium %} <hr /> - Username: {{ user.username }} <br /> + Username: {{ profile_user.username }} <br /> {% endif %} {% if all %} |