diff options
author | Prabhu Ramachandran | 2016-03-09 15:19:21 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2016-03-09 15:19:21 +0530 |
commit | 4874eb1e66c12269fa75849048afd2c9f129d5e3 (patch) | |
tree | 444f167c4bf4516b84e0cfeb6e60e921ae8519f8 /yaksh/templates/manage.html | |
parent | 2bff22d61d5d4d6f038c5b368ec437c6bda1dfbe (diff) | |
parent | c974da07d46709d3aa3640ba69c89d1a287ff3c1 (diff) | |
download | online_test-4874eb1e66c12269fa75849048afd2c9f129d5e3.tar.gz online_test-4874eb1e66c12269fa75849048afd2c9f129d5e3.tar.bz2 online_test-4874eb1e66c12269fa75849048afd2c9f129d5e3.zip |
Merge pull request #82 from prathamesh920/courses
Courses
Diffstat (limited to 'yaksh/templates/manage.html')
-rw-r--r-- | yaksh/templates/manage.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html index ca2ac65..11e2187 100644 --- a/yaksh/templates/manage.html +++ b/yaksh/templates/manage.html @@ -27,9 +27,9 @@ <a href="{{ URL_ROOT }}/exam/manage/"><h3 class="brand"><strong>Online Test</h3></strong></a> <ul> <li><a href="{{ URL_ROOT }}/exam/manage/questions">Questions</a></li> - <li><a href="{{ URL_ROOT }}/exam/manage/showquiz">Quizzes</a></li> <li><a href="{{ URL_ROOT }}/exam/manage/gradeuser">Grade User</a></li> <li><a href="{{ URL_ROOT }}/exam/manage/monitor">Monitor</a></li> +<li><a href="{{ URL_ROOT }}/exam/manage/courses">Courses</a></li> </ul> <ul style="float:right;"> <li><strong><a style='cursor:pointer' onClick='location.replace("{{URL_ROOT}}/exam/complete/");'>Log out</a></strong></li> @@ -72,8 +72,8 @@ <hr> <center> <h4>Moderator's Dashboard!</h4> - <h5>Click on the button given below to add a new quiz.</h5> - <button class="btn" type="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/addquiz");'>Add New Quiz</button> + <h5>Click on the button given below to add a new course.</h5> + <button class="btn" type="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/add_course");'>Add New Course</button> </center> {% endblock %} </div> |