diff options
author | ankitjavalkar | 2018-09-28 17:09:45 +0530 |
---|---|---|
committer | ankitjavalkar | 2018-09-28 17:09:45 +0530 |
commit | bdd20668da9631396866e8a1942bcb8b2e623396 (patch) | |
tree | 3816593d89da275bf7fd05dae805e03103242390 /yaksh/templates | |
parent | cb907831ace6a4ecf37c7a6149c6ebef21ffd772 (diff) | |
download | online_test-bdd20668da9631396866e8a1942bcb8b2e623396.tar.gz online_test-bdd20668da9631396866e8a1942bcb8b2e623396.tar.bz2 online_test-bdd20668da9631396866e8a1942bcb8b2e623396.zip |
Fix errors and test cases
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"> |