From d92e653a8cec87bc6616e103705144d2e0e08918 Mon Sep 17 00:00:00 2001 From: Adi Chirilov Date: Fri, 21 Aug 2020 12:39:04 +0300 Subject: [PATCH] Update Profile page with real information --- app/home/templates/page-user.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/home/templates/page-user.html b/app/home/templates/page-user.html index 25feadc..b24be12 100644 --- a/app/home/templates/page-user.html +++ b/app/home/templates/page-user.html @@ -19,19 +19,19 @@
- +
- +
- +
@@ -104,11 +104,11 @@ Bill Gates photo - when buys a Linux.
- Bill Gates + {{ current_user.username }}

- bill.gates@microsoft.com + {{ current_user.email }}