summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormichal <michal.sipa@mirumee.com>2017-10-06 13:25:48 +0200
committermichal <michal.sipa@mirumee.com>2017-10-06 13:25:48 +0200
commitd03a11f87d90c2ba60be52503a3b1f8a26cebdd6 (patch)
treeaa393a525377d01ca8bff2d1a5e505c049771d0b /templates
parent9bd307e0a2e872ec6a2ffa39eae2f9ce74802b51 (diff)
downloadsaleor-frontend-d03a11f87d90c2ba60be52503a3b1f8a26cebdd6.tar.gz
saleor-frontend-d03a11f87d90c2ba60be52503a3b1f8a26cebdd6.tar.bz2
saleor-frontend-d03a11f87d90c2ba60be52503a3b1f8a26cebdd6.zip
Review changes
Change everything from last review.
Diffstat (limited to 'templates')
-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>