Vouchers: Allow to bulk-delete larger numbers

This commit is contained in:
Raphael Michel
2026-04-17 02:23:45 +02:00
parent 4c0c775baa
commit 9ba5497287
2 changed files with 50 additions and 23 deletions
@@ -144,6 +144,18 @@
{% endif %}
<th></th>
</tr>
{% if "event.vouchers:write" in request.eventpermset and page_obj.paginator.num_pages > 1 %}
<tr class="table-select-all warning hidden">
<td>
<input type="checkbox" name="__ALL" id="__all" data-results-total="{{ page_obj.paginator.count }}">
</td>
<td colspan="5">
<label for="__all">
{% trans "Select all results on other pages as well" %}
</label>
</td>
</tr>
{% endif %}
</thead>
<tbody>
{% for v in vouchers %}