From f992e44f763ec103cab1b7b31003fd0dc68d5e51 Mon Sep 17 00:00:00 2001 From: Ethan Nguyen Date: Tue, 27 Apr 2021 20:55:02 -0400 Subject: [PATCH] fix(destinations): make pagination wrap around --- tjdests/templates/destinations/college_list.html | 4 ++-- tjdests/templates/destinations/student_list.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tjdests/templates/destinations/college_list.html b/tjdests/templates/destinations/college_list.html index 5ec455c..27ef343 100644 --- a/tjdests/templates/destinations/college_list.html +++ b/tjdests/templates/destinations/college_list.html @@ -29,7 +29,7 @@
- {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %} + {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center flex-wrap" %}
@@ -91,7 +91,7 @@
- {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %} + {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center flex-wrap" %}
diff --git a/tjdests/templates/destinations/student_list.html b/tjdests/templates/destinations/student_list.html index 530123d..d3c9fd2 100644 --- a/tjdests/templates/destinations/student_list.html +++ b/tjdests/templates/destinations/student_list.html @@ -29,7 +29,7 @@
- {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %} + {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center flex-wrap" %}
@@ -136,7 +136,7 @@
- {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %} + {% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center flex-wrap" %}