summaryrefslogtreecommitdiff
path: root/yaksh/templates/base.html
diff options
context:
space:
mode:
authoradityacp2017-10-05 11:53:49 +0530
committeradityacp2017-10-05 11:55:01 +0530
commit019a428295a52a7d5f1862ba5d0bda10dcea55a1 (patch)
treeb00ccdfe0981b97c78349038f88667d3e1fe51ca /yaksh/templates/base.html
parente79193180be5508c191a3401b018ff93c77791e5 (diff)
downloadonline_test-019a428295a52a7d5f1862ba5d0bda10dcea55a1.tar.gz
online_test-019a428295a52a7d5f1862ba5d0bda10dcea55a1.tar.bz2
online_test-019a428295a52a7d5f1862ba5d0bda10dcea55a1.zip
Show logged in user info in all templates
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r--yaksh/templates/base.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html
index cbe396f..efac26d 100644
--- a/yaksh/templates/base.html
+++ b/yaksh/templates/base.html
@@ -52,7 +52,11 @@
{% block content %}
{% endblock %}
</div>
- <footer class="footer">
+ <footer class="footer" id="footer_div">
+ <div class="info" align="center">
+ {% block info %}
+ {% endblock %}
+ </div>
<div class="container">
<p align="center">Developed by FOSSEE group, IIT Bombay</p>
</div>