summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-02-09 02:39:49 +0530
committerMadhusudan.C.S2011-02-09 02:39:49 +0530
commit1888491194dbe7c55c619e56e273299dae0aecc5 (patch)
tree7c7d56d20a0fcf1e4a28103a65023a03c7922367
parent1b09248c06c7df0c218bff7e921ef40a470c5ba8 (diff)
downloadpytask-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.html2
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 %}