From fdcdff7bcc3d265cd7bda170c6e0561d7a3f7130 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sun, 22 May 2022 17:07:57 +0200 Subject: [PATCH] Add paginated transaction view --- nummi/main/templates/main/base.html | 12 +++++--- nummi/main/templates/main/transactions.html | 31 +++++++++++++++++++++ nummi/main/urls.py | 1 + nummi/main/views.py | 10 +++++++ 4 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 nummi/main/templates/main/transactions.html diff --git a/nummi/main/templates/main/base.html b/nummi/main/templates/main/base.html index cfc0531..66732a7 100644 --- a/nummi/main/templates/main/base.html +++ b/nummi/main/templates/main/base.html @@ -18,19 +18,23 @@ {% spaceless %}