summaryrefslogtreecommitdiff
path: root/yaksh/templates/exam.html
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-12-29 08:38:42 -0500
committerGitHub2017-12-29 08:38:42 -0500
commit9599dd9fbd96ae4089ed6cbe2347065e33cc673e (patch)
tree2e87dfa02f9c8ce3dc09d4d7dc33e5c79ebe2bc2 /yaksh/templates/exam.html
parentbe74de5ef9b6ddfffe13de4baf7b3d1aff940372 (diff)
parent3cf8110efe4a521044cc5581df672e86facfb116 (diff)
downloadonline_test-9599dd9fbd96ae4089ed6cbe2347065e33cc673e.tar.gz
online_test-9599dd9fbd96ae4089ed6cbe2347065e33cc673e.tar.bz2
online_test-9599dd9fbd96ae4089ed6cbe2347065e33cc673e.zip
Merge pull request #407 from maheshgudi/yaksh_add_logo
Add logo on Yaksh
Diffstat (limited to 'yaksh/templates/exam.html')
-rw-r--r--yaksh/templates/exam.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/yaksh/templates/exam.html b/yaksh/templates/exam.html
index 6589bb5..a6766b7 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_crane.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 }}/{{ paper.question_paper.id }}/" method="post" class="pull-right">