From 9178cf606278bc401582c706e63bdab3c434fd44 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Sun, 10 Jul 2016 11:31:25 +0100 Subject: [PATCH] Remove pagination from invoice waiting page --- RIGS/finance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/finance.py b/RIGS/finance.py index 5cc5c0c1..59576947 100644 --- a/RIGS/finance.py +++ b/RIGS/finance.py @@ -103,7 +103,7 @@ class InvoiceArchive(generic.ListView): class InvoiceWaiting(generic.ListView): model = models.Event - paginate_by = 25 + # paginate_by = 25 template_name = 'RIGS/event_invoice.html' def get_context_data(self, **kwargs):