fix(destinations): make pagination wrap around

This commit is contained in:
Ethan Nguyen 2021-04-27 20:55:02 -04:00
parent 5bd755ebe0
commit f992e44f76
No known key found for this signature in database
GPG Key ID: B4CA5339AF911920
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
<div class="row py-3">
<div class="col justify-content-center">
{% 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" %}
</div>
</div>
@ -91,7 +91,7 @@
<div class="row py-3">
<div class="col justify-content-center">
{% 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" %}
</div>
</div>

View File

@ -29,7 +29,7 @@
<div class="row py-3">
<div class="col justify-content-center">
{% 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" %}
</div>
</div>
@ -136,7 +136,7 @@
<div class="row py-3">
<div class="col justify-content-center">
{% 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" %}
</div>
</div>