summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authorCruiseDevice2019-01-28 11:59:34 +0530
committerCruiseDevice2019-01-28 12:32:15 +0530
commit511af2cca26eee698ba044ce1887f49b4df16b99 (patch)
tree5b1cb01b979433f527f2bb08a51a7e7dea0fa5fd /yaksh/templates
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')
-rw-r--r--yaksh/templates/base.html1
-rw-r--r--yaksh/templates/yaksh/design_course_session.html2
-rw-r--r--yaksh/templates/yaksh/design_questionpaper.html6
3 files changed, 6 insertions, 3 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>
diff --git a/yaksh/templates/yaksh/design_course_session.html b/yaksh/templates/yaksh/design_course_session.html
index c2f4b2b..2deb95f 100644
--- a/yaksh/templates/yaksh/design_course_session.html
+++ b/yaksh/templates/yaksh/design_course_session.html
@@ -18,6 +18,8 @@
<a href="{{URL_ROOT}}/exam/manage/courses/" class="btn btn-primary">
Back to Courses
</a>
+<br/>
+<br/>
<form action="{{URL_ROOT}}/exam/manage/courses/designcourse/{{course_id}}/" method="POST" id="design_course_form">
{% csrf_token %}
<div class="tab-pane active" id="available-lesson-quiz">
diff --git a/yaksh/templates/yaksh/design_questionpaper.html b/yaksh/templates/yaksh/design_questionpaper.html
index 7745053..d81d890 100644
--- a/yaksh/templates/yaksh/design_questionpaper.html
+++ b/yaksh/templates/yaksh/design_questionpaper.html
@@ -15,9 +15,9 @@ select
{% endblock %}
{% block script %}
- <script src="{{ URL_ROOT }}/static/yaksh/js/jquery-1.9.1.min.js"></script>
+ <script src="{{ URL_ROOT }}/static/yaksh/js/jquery-3.3.1.min.js"></script>
+ <script src="{{ URL_ROOT }}/static/yaksh/js/jquery-ui.js"></script>
<script src="{{ URL_ROOT }}/static/yaksh/js/bootstrap.min.js"></script>
- <script src="{{ URL_ROOT }}/static/yaksh/js/bootstrap-tabs.js"></script>
<script src="{{ URL_ROOT }}/static/yaksh/js/question_paper_creation.js"></script>
{% endblock %}
@@ -148,7 +148,7 @@ select
</div> <!-- /.row -->
<br>
<div class="pull-right">
- <a class="btn btn-primary" id="fixed-next">Next &gt;</a>
+ <a class="btn btn-info" id="fixed-next">Next &gt;</a>
</div>
</div> <!-- /#fixed-questions -->