summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 %}