From 74e455ce65e406709160b76a95a64a7a58cb433f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Wed, 26 Oct 2016 16:12:23 +0200 Subject: [PATCH] Remove center alignment on product list --- app/templates/shop/includes/product_list_square_style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/shop/includes/product_list_square_style.html b/app/templates/shop/includes/product_list_square_style.html index 9b6922ab..06597be5 100644 --- a/app/templates/shop/includes/product_list_square_style.html +++ b/app/templates/shop/includes/product_list_square_style.html @@ -15,7 +15,7 @@
-
+
{% for product_inline in list.products.all %} {% with product_inline.product as product %} {% with product.links.all|get_type_link:"link" as links %} -- 2.39.5