diff --git a/products/templates/products/product_list.html b/products/templates/products/product_list.html index a4c5d7e..b242859 100644 --- a/products/templates/products/product_list.html +++ b/products/templates/products/product_list.html @@ -82,7 +82,7 @@ {% endfor %} - + {% include 'products/includes/pagination.html' %} {% endblock %}