feat: Add Activity export

See #27
See #29
Resolves #24
This commit is contained in:
James Graham
2020-04-01 16:48:23 +01:00
parent 7d1aac2021
commit 15aab2eb33
6 changed files with 76 additions and 0 deletions

View File

@@ -36,6 +36,15 @@
href="{% url 'export:relationship' %}">Export</a>
</td>
</tr>
<tr>
<td>Activities</td>
<td></td>
<td>
<a class="btn btn-info"
href="{% url 'export:activity' %}">Export</a>
</td>
</tr>
</tbody>
</table>