Remove pagination from invoice waiting page

This commit is contained in:
David Taylor
2016-07-10 11:31:25 +01:00
parent abbb20e49e
commit 9178cf6062

View File

@@ -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):