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