summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authormaheshgudi2016-09-07 16:14:54 +0530
committermaheshgudi2016-09-07 16:14:54 +0530
commit6e2a0db4d67902cca52277d22dd7a67ebd059268 (patch)
tree770b9067974b572e3378c40a613567c1c49f4029 /yaksh/templates
parent8b01d249b7ccdff9d75447a6b12eb96641e795e7 (diff)
downloadonline_test-6e2a0db4d67902cca52277d22dd7a67ebd059268.tar.gz
online_test-6e2a0db4d67902cca52277d22dd7a67ebd059268.tar.bz2
online_test-6e2a0db4d67902cca52277d22dd7a67ebd059268.zip
removed initial form field from QuizForm and minor fixes in add_quiz view function and courses template
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/courses.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/courses.html b/yaksh/templates/yaksh/courses.html
index ba7d09f..109b996 100644
--- a/yaksh/templates/yaksh/courses.html
+++ b/yaksh/templates/yaksh/courses.html
@@ -147,7 +147,8 @@
<br><br>
{% endfor %}
{% else %}
- <center><h4> No new Courses allotted <br><br></h4></center>
+ <center><h4> No new Courses allotted</h4></center>
+ <br><br>
{% endif %}
<center><button class="btn primary" type="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/add_course");'>Add New Course</button></center>