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/user.html | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'yaksh/templates/user.html') diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html index 9745655..f79eb29 100644 --- a/yaksh/templates/user.html +++ b/yaksh/templates/user.html @@ -1,4 +1,7 @@ {% extends "base.html" %} +{% block css%} + +{% endblock %} {% block nav %} {% endblock %} +{% block content %} +