1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-10-19 03:36:40 +02:00

Export activity guests

This commit is contained in:
Ehouarn
2025-09-28 21:12:48 +02:00
parent 0962a3735e
commit 83c8b9a3d0
3 changed files with 60 additions and 2 deletions

View File

@@ -37,6 +37,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
<div id="guests_table">
{% render_table guests %}
</div>
<div class="card-footer text-center">
<button class="btn btn-block btn-primary mb-3" onclick="window.location.href='?_export=1&table=guests'">
{% trans "Export to CSV" %}
</button>
</div>
</div>
{% endif %}
{% endblock %}