mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 17:50:16 -04:00
feat(destinations): add pagination at top of table
This commit is contained in:
parent
0b4f03af36
commit
6aa704164c
|
@ -27,6 +27,12 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<div class="row py-3">
|
||||
<div class="col justify-content-center">
|
||||
{% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
|
|
@ -27,6 +27,12 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<div class="row py-3">
|
||||
<div class="col justify-content-center">
|
||||
{% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
|
Loading…
Reference in New Issue
Block a user