From 4e28a79a5b2bda4abb4fda97f0e4341ac080f3a1 Mon Sep 17 00:00:00 2001 From: Utsav Lal Date: Mon, 9 Oct 2023 16:53:46 -0400 Subject: [PATCH] Fix user profile not showing correct values | Utsav --- templates/display_profile.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/display_profile.html b/templates/display_profile.html index a59906d7..f69802ae 100644 --- a/templates/display_profile.html +++ b/templates/display_profile.html @@ -16,7 +16,7 @@

Your Profile

Your Height

-

164 cms

+

{{ form.height.data }}

@@ -24,7 +24,7 @@

Your Height

Your Weight

-

58 Kgs

+

{{ form.weight.data }}

@@ -32,7 +32,7 @@

Your Weight

Your Target Weight

-

53 Kgs

+

{{ form.target_weight.data }}