summaryrefslogtreecommitdiff
path: root/yaksh/templates/base.html
diff options
context:
space:
mode:
authoradityacp2017-11-17 19:42:43 +0530
committeradityacp2017-11-20 10:20:03 +0530
commitd4a2b0af95ee4347a71346fa3f20409d938d5a46 (patch)
treee42a02b3fb30f48fa5b2bb1963e2a805a1981580 /yaksh/templates/base.html
parenta962b59a011c3bcd97c695e839f5b4184926653d (diff)
downloadonline_test-d4a2b0af95ee4347a71346fa3f20409d938d5a46.tar.gz
online_test-d4a2b0af95ee4347a71346fa3f20409d938d5a46.tar.bz2
online_test-d4a2b0af95ee4347a71346fa3f20409d938d5a46.zip
Change in templates
- Add new templates for creating lessons, modules, design course - Change existing templates for student and moderator interface
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 e7cc15c..007d9b8 100644
--- a/yaksh/templates/base.html
+++ b/yaksh/templates/base.html
@@ -56,7 +56,7 @@
<div class="logged_user_info" align="center">
{% block info %}
{% endblock %}
- </div>
+ </div>
<div class="container">
<p align="center">Developed by FOSSEE group, IIT Bombay</p>
</div>