From 9532d2eebbec4aabc32b9b3db027827d25fc1e35 Mon Sep 17 00:00:00 2001 From: adityacp Date: Fri, 1 Apr 2016 16:15:05 +0530 Subject: view profile template design change --- yaksh/templates/yaksh/view_profile.html | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/yaksh/templates/yaksh/view_profile.html b/yaksh/templates/yaksh/view_profile.html index a419d92..3233510 100644 --- a/yaksh/templates/yaksh/view_profile.html +++ b/yaksh/templates/yaksh/view_profile.html @@ -12,39 +12,39 @@ Edit Profile Back to Home -
- +
+

Your Profile Information

+
+
- + + - - + + - - + + - - + + - - + + - - - - - - + + - - + + -

Your Profile Information

Firstname:

{{ user.first_name }}

Lastname:

{{ user.last_name }}

Email:

{{ user.email }}

Institute:

{{ user.profile.institute }}

Department:

{{ user.profile.department }}

Roll Number:

{{ user.profile.roll_number }}

Position:

{{ user.profile.position }}

+ +
{% endblock %} -- cgit