summaryrefslogtreecommitdiff
path: root/templates/category/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/category/index.html')
-rw-r--r--templates/category/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/category/index.html b/templates/category/index.html
index aa511f1e..45be775c 100644
--- a/templates/category/index.html
+++ b/templates/category/index.html
@@ -132,7 +132,7 @@
</div>
<div class="row">
<div class="m-auto">
- {% if show_pagination %}
+ {% if products_paginated.has_other_pages %}
{% bootstrap_pagination products_paginated extra=request.GET.urlencode %}
{% endif %}
</div>