Skip to content

Commit 2582ebf

Browse files
committed
Add pagination at the bottom of the tab #3
Signed-off-by: tdruez <[email protected]>
1 parent f908771 commit 2582ebf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

product_portfolio/templates/product_portfolio/tabs/tab_inventory.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</form>
1414
</li>
1515
<li class="nav-item">
16-
<div class="h6 mt-2 mb-0 smaller">{{ page_obj.paginator.count|intcomma }} results (xx total)</div>
16+
<div class="h6 mt-2 mb-0 smaller">{{ page_obj.paginator.count|intcomma }} results</div>
1717
</li>
1818
</ul>
1919
</div>
@@ -228,4 +228,7 @@
228228
{% endfor %}
229229
</tbody>
230230
</table>
231+
<div class="d-flex justify-content-center">
232+
{% include 'pagination/object_list_pagination.html' %}
233+
</div>
231234
{% endspaceless %}

0 commit comments

Comments
 (0)