mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
refactor: Use custom CSV export view
Remove dependency on djangorestframework-csv
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<td></td>
|
||||
<td>
|
||||
<a class="btn btn-info"
|
||||
href="{% url 'people:person.api.list' %}?format=csv">Export</a>
|
||||
href="{% url 'people:person.export' %}">Export</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<td></td>
|
||||
<td>
|
||||
<a class="btn btn-info"
|
||||
href="{% url 'people:relationship.api.list' %}?format=csv">Export</a>
|
||||
href="{% url 'people:relationship.export' %}">Export</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user