diff options
author | CruiseDevice | 2019-07-12 15:43:53 +0530 |
---|---|---|
committer | CruiseDevice | 2019-07-12 15:43:53 +0530 |
commit | 323e34a6755e794c0177afdb36cd931d25db3d77 (patch) | |
tree | 5ecb619f8b20787234b6c415b1d30550522fed7a /yaksh/templates | |
parent | 745426ecc20bba58fd3721a960057ad8d41e3b99 (diff) | |
download | online_test-323e34a6755e794c0177afdb36cd931d25db3d77.tar.gz online_test-323e34a6755e794c0177afdb36cd931d25db3d77.tar.bz2 online_test-323e34a6755e794c0177afdb36cd931d25db3d77.zip |
Resolve comments
- Remove print statements.
- Remove commented css from offline.css.
- Change 127.0.0.1 to yaksh.fossee.in quiz.html for offline application.
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/quiz.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yaksh/templates/yaksh/quiz.html b/yaksh/templates/yaksh/quiz.html index 3240244..156a2b1 100644 --- a/yaksh/templates/yaksh/quiz.html +++ b/yaksh/templates/yaksh/quiz.html @@ -22,7 +22,7 @@ </div> </nav> <div class="container" style="margin-top:50px"> - + <div class="row"> <nav class="col-md-2 d-none d-md-block bg-light sidebar"> <div class="sidebar-sticky"> @@ -74,7 +74,7 @@ <br> <div class="text-center"> <!-- Change Yaksh TODO --> - <a class="btn btn-success" href="http://127.0.0.1:8000/exam/start/{{quiz.questionpaper_set.get.id}}/{{module.id}}/{{course.id}}" target="_blank">{{quiz.description}}</a> + <a class="btn btn-success" href="http://yaksh.fossee.in/exam/start/{{quiz.questionpaper_set.get.id}}/{{module.id}}/{{course.id}}" target="_blank">{{quiz.description}}</a> {% if next_unit.type == 'lesson' %} <a class="btn btn-info" href="../{{next_unit.lesson.name|replace_spaces}}/{{next_unit.lesson.name|replace_spaces}}.html"> Next @@ -111,4 +111,4 @@ $(document).ready(function(){ } }); </script> -</html>
\ No newline at end of file +</html>
\ No newline at end of file |