From f76d49f20c0cfd0e4bd6f069e4638264a95adf4e Mon Sep 17 00:00:00 2001
From: janmax <mail-github@jmx.io>
Date: Wed, 12 Apr 2017 14:32:16 +0000
Subject: [PATCH] Added csv download button

---
 core/templates/core/reviewer_startpage.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/core/templates/core/reviewer_startpage.html b/core/templates/core/reviewer_startpage.html
index 05ba813d..48c331e0 100644
--- a/core/templates/core/reviewer_startpage.html
+++ b/core/templates/core/reviewer_startpage.html
@@ -9,7 +9,7 @@
 <div class="row my-3">
   <div class="col-4 nopadding-right">
 
-    {# This is a control panel where new work can be requested #}
+    {# This just gives an overview about what has been done already #}
     <div class="card mb-2">
       <h5 class="card-header">Progress</h5>
       <table class="table nomargin">
@@ -26,6 +26,9 @@
           {% endfor %}
         </tbody>
       </table>
+      <div class="card-footer text-muted">
+        <a role="button" class="btn btn-outline-primary" href="{% url 'export' %}">Download CSV data</a>
+      </div>
     </div>
 
     {# Only a list of tutors. Currently no controls available #}
-- 
GitLab