From d115224268180793aed549be0b47e3ad6c68b8e9 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Thu, 1 Mar 2018 17:22:07 -0500 Subject: [PATCH] Use the profile user's avatar instead of the requester's avatar --- get_together/templates/get_together/users/show_profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_together/templates/get_together/users/show_profile.html b/get_together/templates/get_together/users/show_profile.html index c0f89c9..1d525ba 100644 --- a/get_together/templates/get_together/users/show_profile.html +++ b/get_together/templates/get_together/users/show_profile.html @@ -7,7 +7,7 @@
-
{{user.user}}
+
{{user.user}}

Full name: {{user.realname}}