diff options
author | prathamesh | 2018-01-02 22:09:44 +0530 |
---|---|---|
committer | prathamesh | 2018-01-02 22:09:44 +0530 |
commit | 44e16651a9f7faec95a32c19738a996a731ae57a (patch) | |
tree | 0aa8439547b0f1281ab78964aaf3f7ad176ed6da /yaksh/templates/exam.html | |
parent | e14514e01052fb36cd9f14675cbe7ca940945a34 (diff) | |
parent | e566d54239efcb46f253e324b7295a676378f656 (diff) | |
download | online_test-44e16651a9f7faec95a32c19738a996a731ae57a.tar.gz online_test-44e16651a9f7faec95a32c19738a996a731ae57a.tar.bz2 online_test-44e16651a9f7faec95a32c19738a996a731ae57a.zip |
Merge branch 'master' of https://github.com/FOSSEE/online_test into exercise
Conflicts Resolved:
yaksh/templates/yaksh/courses.html
yaksh/templates/yaksh/question.html
Diffstat (limited to 'yaksh/templates/exam.html')
-rw-r--r-- | yaksh/templates/exam.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/yaksh/templates/exam.html b/yaksh/templates/exam.html index 4fd83dd..ce1d3b8 100644 --- a/yaksh/templates/exam.html +++ b/yaksh/templates/exam.html @@ -12,7 +12,10 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="#"> Yaksh </a> + <a class="navbar-brand" href="#"> + <img src="{{ URL_ROOT }}/static/yaksh/images/yaksh_banner.png" alt="YAKSH" style="margin-top: -3px; margin-left:-15px"> + </img> + </a> </div> <div class= "collapse navbar-collapse" id="navbar"> <form id="logout" action="{{URL_ROOT}}/exam/quit/{{ paper.attempt_number }}/{{module.id}}/{{ paper.question_paper.id }}/{{course.id}}/" method="post" class="pull-right"> |