From 43f2313d75e24a8c11855fb9718e48c1c06fb26f Mon Sep 17 00:00:00 2001 From: prathamesh Date: Tue, 3 Jan 2017 10:08:13 +0530 Subject: navbar display was not proper in small devices. modified navabar. Looks better in small devices as well. --- yaksh/templates/base.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'yaksh/templates/base.html') diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 1609121..aade07a 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -20,12 +20,6 @@ - {% block meta %} -- cgit From 241ca3c2b8ab1b1824813833237435153e08b0e9 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Wed, 4 Jan 2017 15:54:19 +0530 Subject: Student UI modification. Added side navigation bar. Edit and view Profile base template set properly. Added a tab "Enrolled Courses" for students to only view the courses they are enrolled in. --- yaksh/templates/base.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'yaksh/templates/base.html') diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index aade07a..b2560e8 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -42,12 +42,8 @@ -
-
{% block content %} {% endblock %} -
-