We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f908771 commit 2582ebfCopy full SHA for 2582ebf
product_portfolio/templates/product_portfolio/tabs/tab_inventory.html
@@ -13,7 +13,7 @@
13
</form>
14
</li>
15
<li class="nav-item">
16
- <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>
17
18
</ul>
19
</div>
@@ -228,4 +228,7 @@
228
{% endfor %}
229
</tbody>
230
</table>
231
+<div class="d-flex justify-content-center">
232
+ {% include 'pagination/object_list_pagination.html' %}
233
+</div>
234
{% endspaceless %}
0 commit comments