Commit 81eda03c authored by Michal Čihař's avatar Michal Čihař

Show avatar for profile, not for logged in user here

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent f1411a52
......@@ -11,7 +11,7 @@
{% if enable_avatars %}
<div class="border menu-float">
<img src="{% url 'user_avatar' user=request.user.username size=128 %}" />
<img src="{% url 'user_avatar' user=page_user.username size=128 %}" />
</div>
{% endif %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment