feat: Export activity attendance

Resolves #23
This commit is contained in:
James Graham
2020-04-02 16:27:29 +01:00
parent 8f494e1be5
commit ada72c24f8
4 changed files with 47 additions and 4 deletions

View File

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