summaryrefslogtreecommitdiff
path: root/yaksh/templates/base.html
diff options
context:
space:
mode:
authorCruiseDevice2019-01-28 11:59:34 +0530
committerCruiseDevice2019-01-28 12:32:15 +0530
commit511af2cca26eee698ba044ce1887f49b4df16b99 (patch)
tree5b1cb01b979433f527f2bb08a51a7e7dea0fa5fd /yaksh/templates/base.html
parentf6d6cccbfb8f148dfb25193acb8d12f8d8ba87c9 (diff)
downloadonline_test-511af2cca26eee698ba044ce1887f49b4df16b99.tar.gz
online_test-511af2cca26eee698ba044ce1887f49b4df16b99.tar.bz2
online_test-511af2cca26eee698ba044ce1887f49b4df16b99.zip
Multiple Frontend changes:
- Remove bootstrap-tabs.js - Minor UI changes in some templates
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r--yaksh/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html
index e5d1a56..5fd53a1 100644
--- a/yaksh/templates/base.html
+++ b/yaksh/templates/base.html
@@ -62,6 +62,7 @@
<div class="header">
<h3><center>{% block pagetitle %}{% endblock pagetitle %}</center></h3>
</div>
+ <h4><center>{% block subtitle %}{% endblock %}</center></h4>
{% block content %}
{% endblock %}
</div>