1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-09-29 21:03:32 +02:00

Export club members

This commit is contained in:
Ehouarn
2025-09-28 21:15:01 +02:00
parent 83c8b9a3d0
commit 27a1f36183
5 changed files with 60 additions and 2 deletions

View File

@@ -36,7 +36,13 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% trans "There is no membership found with this pattern." %}
</div>
{% endif %}
<div class="card-footer text-center">
<button class="btn btn-block btn-primary mb-3" onclick="window.location.href='?_export=csv'">
{% trans "Export to CSV" %}
</button>
</div>
</div>
</div>
{% endblock %}