Restore pagination to invoice waiting (requested by Emma)

This commit is contained in:
David Taylor
2016-11-04 13:31:06 +00:00
committed by GitHub
parent 289b30e823
commit caa55fe89a

View File

@@ -122,7 +122,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):