Skip to content
Snippets Groups Projects
Commit f76d49f2 authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Added csv download button

parent 8a529297
No related branches found
No related tags found
No related merge requests found
......@@ -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 #}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment