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" %}
+
+
+