diff options
author | adityacp | 2020-03-09 17:10:10 +0530 |
---|---|---|
committer | adityacp | 2020-03-09 17:10:10 +0530 |
commit | 81667305df2bc148e4ca6247ad3b2d12b30e660c (patch) | |
tree | a762e7e1c95adcc354b4e51d8dc3aedd97fe0050 /yaksh/templates | |
parent | b3362b8a5d09184407ae988699b22b46485a916e (diff) | |
download | online_test-81667305df2bc148e4ca6247ad3b2d12b30e660c.tar.gz online_test-81667305df2bc148e4ca6247ad3b2d12b30e660c.tar.bz2 online_test-81667305df2bc148e4ca6247ad3b2d12b30e660c.zip |
Download course progress
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/course_progress.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/yaksh/templates/yaksh/course_progress.html b/yaksh/templates/yaksh/course_progress.html index a833c92..826f84b 100644 --- a/yaksh/templates/yaksh/course_progress.html +++ b/yaksh/templates/yaksh/course_progress.html @@ -4,10 +4,19 @@ {% if student_details %} <div class="text-center"> <h3>Course Progress</h3> - <div class="col"> - Number Of Students: {{ students_no }} + <br> + <div class="row"> + <div class="col"> + Number Of Students: {{ students_no }} + </div> + <div class="col"> + <a href="{% url 'yaksh:download_course_progress' course.id %}" class="btn btn-info"> + <i class="fa fa-download"></i> Download Data + </a> + </div> </div> </div> + <br> {% include "yaksh/paginator.html" %} <table class="tablesorter table table-bordered table-responsive-sm" id="course_table" data-sortlist="[0,0]"> <thead> |