summaryrefslogtreecommitdiff
path: root/yaksh/templates/base.html
diff options
context:
space:
mode:
authoradityacp2020-01-30 15:51:35 +0530
committeradityacp2020-01-30 15:51:35 +0530
commit8d9b3a10e8980284bf70298e44018766ec05de79 (patch)
tree448b3d134890c6035c4644ab4c3dbc86df5a8874 /yaksh/templates/base.html
parent723e9e71b1a108e580e38ee73cae90980c33b261 (diff)
downloadonline_test-8d9b3a10e8980284bf70298e44018766ec05de79.tar.gz
online_test-8d9b3a10e8980284bf70298e44018766ec05de79.tar.bz2
online_test-8d9b3a10e8980284bf70298e44018766ec05de79.zip
Change in js, templates
- Replace manual django url pattern in course progress and course js - Add overflow horizontal scroll in quiz side bar - Use bootstrap input text style in quiz
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r--yaksh/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html
index 0cfe8a3..c70c265 100644
--- a/yaksh/templates/base.html
+++ b/yaksh/templates/base.html
@@ -49,7 +49,7 @@
<div id="ontop">
<div id="state">
- Checking...<img src="{{ URL_ROOT }}/static/yaksh/images/check_answer.gif"/>
+ Checking...<img src="{% static 'yaksh/images/check_answer.gif' %}"/>
</div></div>