From 9489b523040477923238b42cbf3f2c7e738e3137 Mon Sep 17 00:00:00 2001 From: Krophil Date: Sat, 2 Sep 2017 15:31:20 +0200 Subject: [PATCH] Oups, I did it again... --- counter/templates/counter/refilling_list.jinja | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/counter/templates/counter/refilling_list.jinja b/counter/templates/counter/refilling_list.jinja index df50cf3d..6f032c67 100644 --- a/counter/templates/counter/refilling_list.jinja +++ b/counter/templates/counter/refilling_list.jinja @@ -22,10 +22,9 @@ {{ refilling.payment_method }} {{ refilling.operator }} Delete - - - + {%- endfor %} + {% if is_paginated %} {{ paginate(page_obj, paginator) }} {% endif %}