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/manage.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yaksh/templates/manage.html') diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html index 807a54c..9744594 100644 --- a/yaksh/templates/manage.html +++ b/yaksh/templates/manage.html @@ -25,3 +25,7 @@ {% endblock %} +{% block content %} + {% block main %} + {% endblock %} +{% endblock %} -- cgit