diff --git a/core/templates/core/reviewer_startpage.html b/core/templates/core/reviewer_startpage.html index 05ba813de61700dc75a7443f32a145cc063a5026..48c331e0b02468061c7e2e93b3c5a81a676b71f7 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 #}