diff options
author | maheshgudi | 2016-09-07 16:14:54 +0530 |
---|---|---|
committer | maheshgudi | 2016-09-07 16:14:54 +0530 |
commit | 6e2a0db4d67902cca52277d22dd7a67ebd059268 (patch) | |
tree | 770b9067974b572e3378c40a613567c1c49f4029 /yaksh/templates | |
parent | 8b01d249b7ccdff9d75447a6b12eb96641e795e7 (diff) | |
download | online_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.html | 3 |
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> |