diff options
author | prathamesh | 2017-01-04 15:54:19 +0530 |
---|---|---|
committer | prathamesh | 2017-01-04 15:54:19 +0530 |
commit | 241ca3c2b8ab1b1824813833237435153e08b0e9 (patch) | |
tree | 624c6bb07dfe239c2773f93a6da4ca20376d1c73 /yaksh/templates/base.html | |
parent | 43f2313d75e24a8c11855fb9718e48c1c06fb26f (diff) | |
download | online_test-241ca3c2b8ab1b1824813833237435153e08b0e9.tar.gz online_test-241ca3c2b8ab1b1824813833237435153e08b0e9.tar.bz2 online_test-241ca3c2b8ab1b1824813833237435153e08b0e9.zip |
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.
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r-- | yaksh/templates/base.html | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ <div class="page-header"> <h3><center>{% block pagetitle %}{% endblock pagetitle %}</center></h2> </div> - <div class=row> - <div class=col-md-12> {% block content %} {% endblock %} - </div> - </div> </div> <footer class="footer"> <div class="container"> |