Able to upload history onto server (#57)

This commit is contained in:
2018-11-07 17:48:11 -05:00
parent df62fc21ee
commit a4a00458af
9 changed files with 53 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
</head>
<body>
<h1>{{ user_id }}'s Listening History</h1>
<a class="btn btn-primary " href="{% export_url 'csv' %}" role="button">Export CSV</a>
<a class="btn btn-primary " href="{% export_url 'csv' %}" role="button">Export</a>
{% render_table user_history_table %}
</body>
</html>