summaryrefslogtreecommitdiff
path: root/yaksh/templates/base.html
diff options
context:
space:
mode:
authormaheshgudi2017-11-23 13:54:47 +0530
committermaheshgudi2017-11-23 14:49:44 +0530
commit252449b7b96d73548f53ecd0c3256aa0e777d1dd (patch)
treed9e57def79576723825b193989e6c9afb5533ac3 /yaksh/templates/base.html
parentc5469243a3357a030af0047dac90ae8fbbb77e85 (diff)
downloadonline_test-252449b7b96d73548f53ecd0c3256aa0e777d1dd.tar.gz
online_test-252449b7b96d73548f53ecd0c3256aa0e777d1dd.tar.bz2
online_test-252449b7b96d73548f53ecd0c3256aa0e777d1dd.zip
Put page footer outside div container
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..3302482 100644
--- a/yaksh/templates/base.html
+++ b/yaksh/templates/base.html
@@ -52,6 +52,7 @@
{% block content %}
{% endblock %}
</div>
+ </div>
<footer class="footer" id="footer_div">
<div class="logged_user_info" align="center">
{% block info %}
@@ -61,7 +62,6 @@
<p align="center">Developed by FOSSEE group, IIT Bombay</p>
</div>
</footer>
- </div>
</body>
</html>