From 44a0c380165178e9c3265d52676bb4b26485db25 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Mon, 23 Mar 2026 21:12:08 +0100 Subject: [PATCH] fix(loyalty): remove broken pagination from pins list The pins list template included the pagination macro but the JS has no pagination state (PINs are few and don't need pagination). The empty macro rendered a broken pagination bar. Co-Authored-By: Claude Opus 4.6 (1M context) --- app/modules/loyalty/templates/loyalty/shared/pins-list.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/modules/loyalty/templates/loyalty/shared/pins-list.html b/app/modules/loyalty/templates/loyalty/shared/pins-list.html index b2976da9..29a2f161 100644 --- a/app/modules/loyalty/templates/loyalty/shared/pins-list.html +++ b/app/modules/loyalty/templates/loyalty/shared/pins-list.html @@ -124,8 +124,6 @@ {% endcall %} - - {{ pagination() }} {% if show_crud %}