From 0ca980ccb6c402ffcd3e1b71fde1f861d262adbf Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 20 May 2022 20:47:14 +0100 Subject: [PATCH] . --- templates/profile.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/profile.html b/templates/profile.html index b33efced..d2971100 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -13,6 +13,14 @@ Name: {{ user.first_name }} {{ user.last_name }} +
+ Supervisor: {{ user.userprofile.supervisor_name }}
+ Email: {{ user.userprofile.supervisor_email }}
+
+
+ Registration number: {{ user.userprofile.registration_number }} +
+ Change password {% endblock %} \ No newline at end of file