summaryrefslogtreecommitdiff
path: root/yaksh/templates/exam.html
diff options
context:
space:
mode:
authormahesh2017-12-24 13:30:52 +0530
committermahesh2017-12-24 13:30:52 +0530
commitc2f96478a019796f6ce451775a233176418b6718 (patch)
tree4e0770a29fa69e517ac8bf9920ba3b02e8fbf786 /yaksh/templates/exam.html
parent48a2086a542605fe3fb218520a8f8994aad7434c (diff)
downloadonline_test-c2f96478a019796f6ce451775a233176418b6718.tar.gz
online_test-c2f96478a019796f6ce451775a233176418b6718.tar.bz2
online_test-c2f96478a019796f6ce451775a233176418b6718.zip
Modify Student side UI
- Add yaksh_logo to navbar - Add yaksh_text image on login page - Modify footer bar - Remove fron sidebar and add on navbar
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">