From c30f39ca2460369dc66d22dd86bfcd7dccb2365a Mon Sep 17 00:00:00 2001 From: Calum Andrew Morrell Date: Mon, 17 Feb 2025 00:02:51 +0000 Subject: [PATCH] Added pagination template. --- core/templates/pagination.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 core/templates/pagination.html diff --git a/core/templates/pagination.html b/core/templates/pagination.html new file mode 100644 index 0000000..55c735f --- /dev/null +++ b/core/templates/pagination.html @@ -0,0 +1,16 @@ + \ No newline at end of file