diff options
author | adityacp | 2020-01-30 15:51:35 +0530 |
---|---|---|
committer | adityacp | 2020-01-30 15:51:35 +0530 |
commit | 8d9b3a10e8980284bf70298e44018766ec05de79 (patch) | |
tree | 448b3d134890c6035c4644ab4c3dbc86df5a8874 /yaksh/templates/base.html | |
parent | 723e9e71b1a108e580e38ee73cae90980c33b261 (diff) | |
download | online_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.html | 2 |
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> |