From d03a11f87d90c2ba60be52503a3b1f8a26cebdd6 Mon Sep 17 00:00:00 2001 From: michal Date: Fri, 6 Oct 2017 13:25:48 +0200 Subject: Review changes Change everything from last review. --- templates/category/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 @@
- {% if show_pagination %} + {% if products_paginated.has_other_pages %} {% bootstrap_pagination products_paginated extra=request.GET.urlencode %} {% endif %}
-- cgit v1.2.3