From 48d5eca9230660fcdf5d1498acacf2b4e583fa12 Mon Sep 17 00:00:00 2001 From: NikDizell Date: Wed, 24 Jun 2026 00:32:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BF=D1=82=D0=B8=D0=BC=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BA=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- products/templates/products/product_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}