From c067ad85ff8d51296d632a008d56091422fe9b91 Mon Sep 17 00:00:00 2001 From: Shelsy Date: Thu, 5 Jul 2018 18:35:26 +0530 Subject: Change templates with new UI --- yaksh/templates/user.html | 94 ++++++++++++++++++++++++++++------------------- 1 file changed, 56 insertions(+), 38 deletions(-) (limited to 'yaksh/templates/user.html') diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html index 090e93d..134ba85 100644 --- a/yaksh/templates/user.html +++ b/yaksh/templates/user.html @@ -1,44 +1,62 @@ {% extends "base.html" %} -{% block css%} - -{% endblock %} + {% block nav %} - -{% endblock %} -{% block content %} -
-
-
- {% block main %} - {% endblock %} -
+ {% endblock %} -{% if user %} - {% block info %} -
{{user.get_full_name|title}} with Roll no. {{user.profile.roll_number}} is logged in as {{user.username}}
+ + +{% block content %} + {% block main %} + {% block navtab %} + {% endblock %} {% endblock %} -{% endif %} +{% endblock %} + +{% block footer %} + +
+
+
+ {% if user %} + {% block info %} + {{user.get_full_name|title}} with Roll no. {{user.profile.roll_number}} is logged in as {{user.username}} + {% endblock %} + {% endif %} +
+
+ | +
+
+ Any Queries? Email : info@fossee.in +
+
+
+ +{% endblock %} \ No newline at end of file -- cgit