Skip to content

Commit

Permalink
Add pagination at the bottom of the tab #3
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Dec 18, 2023
1 parent f908771 commit 2582ebf
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</form>
</li>
<li class="nav-item">
<div class="h6 mt-2 mb-0 smaller">{{ page_obj.paginator.count|intcomma }} results (xx total)</div>
<div class="h6 mt-2 mb-0 smaller">{{ page_obj.paginator.count|intcomma }} results</div>
</li>
</ul>
</div>
Expand Down Expand Up @@ -228,4 +228,7 @@
{% endfor %}
</tbody>
</table>
<div class="d-flex justify-content-center">
{% include 'pagination/object_list_pagination.html' %}
</div>
{% endspaceless %}

0 comments on commit 2582ebf

Please sign in to comment.