diff options
author | maheshgudi | 2017-01-28 00:56:35 +0530 |
---|---|---|
committer | maheshgudi | 2017-01-28 01:21:52 +0530 |
commit | d26559e0ac1d3c6f98a34febae1ccd0e030358ef (patch) | |
tree | 3490c7f5754e917cf55c840ae636e4978aca790f /yaksh/templates | |
parent | 5099da0b5a0d037887fa678a5c8e08614ad4a611 (diff) | |
download | online_test-d26559e0ac1d3c6f98a34febae1ccd0e030358ef.tar.gz online_test-d26559e0ac1d3c6f98a34febae1ccd0e030358ef.tar.bz2 online_test-d26559e0ac1d3c6f98a34febae1ccd0e030358ef.zip |
added Download CSV link for course alloted as well.
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/courses.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yaksh/templates/yaksh/courses.html b/yaksh/templates/yaksh/courses.html index b7cc2e1..970d488 100644 --- a/yaksh/templates/yaksh/courses.html +++ b/yaksh/templates/yaksh/courses.html @@ -146,6 +146,7 @@ </div> <br/> <button class="btn btn-primary pull-right"type="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/addquiz/{{course.id}}/");'>Add New Quiz</button> + <p><a href="{{URL_ROOT}}/exam/manage/courses/download_course_csv/{{course.id}}">Download CSV</a></p> </div> </div> <br><br> |