fix paging on events

This commit is contained in:
2025-05-31 12:18:52 +02:00
parent e0be56a7f4
commit 4bb776f801
5 changed files with 22 additions and 5 deletions

View File

@@ -73,7 +73,7 @@
<!-- Events Tab -->
<div class="tab-pane fade {% if active_tab == 'events' %}show active{% endif %}" id="events" role="tabpanel" aria-labelledby="events-tab">
{{ events_tab(events, csrf_token, users) }}
{{ events_tab(events, csrf_token, users, total_pages, current_page) }}
</div>
<!-- Debugging Tab -->