From 356912170394c26c2295fe831f4b3bfcac600fec Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Fri, 30 Jun 2023 02:57:12 +0000 Subject: [PATCH] Display profile pic in profile page --- src/apps/account/templates/profile.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps/account/templates/profile.html b/src/apps/account/templates/profile.html index 7e3d48f..f8fe4b8 100644 --- a/src/apps/account/templates/profile.html +++ b/src/apps/account/templates/profile.html @@ -19,6 +19,9 @@ {% endif %} + {{ page_owner.username }} profile picture

{% if user.is_authenticated and user == page_owner %} My