From d496b3c9d2241ba43aa46b709eda2dcac0a9abf5 Mon Sep 17 00:00:00 2001 From: mahesh Date: Tue, 19 Dec 2017 02:55:44 +0530 Subject: Add Yaksh logo to the website --- yaksh/templates/user.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'yaksh/templates/user.html') diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html index 83aea13..1fb61d6 100644 --- a/yaksh/templates/user.html +++ b/yaksh/templates/user.html @@ -11,7 +11,11 @@ - Yaksh + + + YAKSH + + @@ -28,24 +30,12 @@ {% endblock %} {% block content %}
- -
-
{% block main %} {% endblock %} -
-
{% endblock %} {% if user %} {% block info %} -
{{user.get_full_name|title}}({{user.profile.roll_number}}) Logged in as {{user.username}}
+
{{user.get_full_name|title}} with Roll no. {{user.profile.roll_number}} is logged in as {{user.username}}
{% endblock %} {% endif %} -- cgit From 190e2dad375d0cb320c45cf7243f73df63984004 Mon Sep 17 00:00:00 2001 From: mahesh Date: Sun, 24 Dec 2017 14:16:12 +0530 Subject: Modify Moderator side UI - Add icon to navbar - Adjust links on navbar - Add yaksh_text image on quit and complete page --- yaksh/templates/user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yaksh/templates/user.html') diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html index e978438..b1204f0 100644 --- a/yaksh/templates/user.html +++ b/yaksh/templates/user.html @@ -22,7 +22,7 @@
  • Enrolled Courses
  • Change Password
  • {{ user.get_full_name.title }}
  • -
  • Logout
  • +
  • Logout
  • -- cgit From 3cf8110efe4a521044cc5581df672e86facfb116 Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Fri, 29 Dec 2017 18:56:25 +0530 Subject: Include updted logo on navbar --- yaksh/templates/user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yaksh/templates/user.html') diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html index b1204f0..e1b129f 100644 --- a/yaksh/templates/user.html +++ b/yaksh/templates/user.html @@ -13,7 +13,7 @@ - YAKSH + YAKSH -- cgit