From 6aa704164cd7d0af2d1853b09df10e45e27f8b72 Mon Sep 17 00:00:00 2001 From: Ethan Nguyen Date: Fri, 23 Apr 2021 23:48:58 -0400 Subject: [PATCH] feat(destinations): add pagination at top of table --- tjdests/templates/destinations/college_list.html | 6 ++++++ tjdests/templates/destinations/student_list.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/tjdests/templates/destinations/college_list.html b/tjdests/templates/destinations/college_list.html index 584cfe3..5ec455c 100644 --- a/tjdests/templates/destinations/college_list.html +++ b/tjdests/templates/destinations/college_list.html @@ -27,6 +27,12 @@ +
+
+ {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %} +
+
+
diff --git a/tjdests/templates/destinations/student_list.html b/tjdests/templates/destinations/student_list.html index 7c31e08..530123d 100644 --- a/tjdests/templates/destinations/student_list.html +++ b/tjdests/templates/destinations/student_list.html @@ -27,6 +27,12 @@ +
+
+ {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %} +
+
+