From 1800785b80da648c2f2a5dc338d02151db25932f Mon Sep 17 00:00:00 2001 From: thomas girod Date: Wed, 25 Sep 2024 14:35:13 +0200 Subject: [PATCH] generalize usage of the paginate_jinja macro --- club/templates/club/club_sellings.jinja | 1 + core/templates/core/base.jinja | 1 + core/templates/core/macros.jinja | 13 +++++++++++-- counter/templates/counter/cash_summary_list.jinja | 4 ++-- counter/templates/counter/refilling_list.jinja | 4 ++-- election/templates/election/election_list.jinja | 4 ++-- forum/templates/forum/topic.jinja | 1 - matmat/templates/matmat/search_form.jinja | 6 ++++-- pedagogy/templates/pedagogy/guide.jinja | 1 - rootplace/templates/rootplace/logs.jinja | 4 ++-- sas/templates/sas/album.jinja | 1 - 11 files changed, 25 insertions(+), 15 deletions(-) diff --git a/club/templates/club/club_sellings.jinja b/club/templates/club/club_sellings.jinja index 191d5fb2..184abda7 100644 --- a/club/templates/club/club_sellings.jinja +++ b/club/templates/club/club_sellings.jinja @@ -53,6 +53,7 @@ {% endfor %} + {# TODO: Replace this pagination by an Alpine pagination #}