diff options
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/show_video.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/yaksh/templates/yaksh/show_video.html b/yaksh/templates/yaksh/show_video.html index dfb2f6f..575c296 100644 --- a/yaksh/templates/yaksh/show_video.html +++ b/yaksh/templates/yaksh/show_video.html @@ -6,25 +6,6 @@ {% block main %} -<div class="col-sm-3 col-md-2 sidebar"> - <center> - <a href="{{URL_ROOT}}/exam/course_modules/{{course.id}}"> - <h4>{{course.name}}</h4> - </a> - </center> - <br> - {% for module in all_modules %} - {% if module.id == learning_module.id %} - <span class="glyphicon glyphicon-edit" data-toggle="tooltip" title="Currently on"> - </span> - {% endif %} - <b><u><a href="{{URL_ROOT}}/exam/quizzes/view_module/{{module.id}}/{{course.id}}">{{module}}</u></b> - </a> - <ul class="list"> - {% for unit in module.get_learning_units %} - <span> - <li> - {% get_unit_status course module unit user as status %} <div class="row"> |