mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 09:40:16 -04:00
fix(destinations): make pagination wrap around
This commit is contained in:
parent
5bd755ebe0
commit
f992e44f76
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<div class="row py-3">
|
<div class="row py-3">
|
||||||
<div class="col justify-content-center">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
|
|
||||||
<div class="row py-3">
|
<div class="row py-3">
|
||||||
<div class="col justify-content-center">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<div class="row py-3">
|
<div class="row py-3">
|
||||||
<div class="col justify-content-center">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
|
|
||||||
<div class="row py-3">
|
<div class="row py-3">
|
||||||
<div class="col justify-content-center">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user