From 59ab16c99757608a50f1cfbd85d3bc2105251d5f Mon Sep 17 00:00:00 2001 From: Emilie Date: Thu, 17 Nov 2016 15:20:12 +0100 Subject: [PATCH] Separator hr missing > resolved --- app/templates/pages/teampage.html | 1 + app/templates/shop/includes/product_list_circle_style.html | 1 + app/templates/shop/includes/product_list_square_style.html | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/pages/teampage.html b/app/templates/pages/teampage.html index e67e4043..fce3cb8b 100644 --- a/app/templates/pages/teampage.html +++ b/app/templates/pages/teampage.html @@ -107,6 +107,7 @@ {% endwith %} {% endwith %} +
{% endif %} {% endblock %} diff --git a/app/templates/shop/includes/product_list_circle_style.html b/app/templates/shop/includes/product_list_circle_style.html index 90877fdd..06e46523 100644 --- a/app/templates/shop/includes/product_list_circle_style.html +++ b/app/templates/shop/includes/product_list_circle_style.html @@ -44,5 +44,6 @@ {% endfor %} +
{% endif %} diff --git a/app/templates/shop/includes/product_list_square_style.html b/app/templates/shop/includes/product_list_square_style.html index beaafd29..4f15b98a 100644 --- a/app/templates/shop/includes/product_list_square_style.html +++ b/app/templates/shop/includes/product_list_square_style.html @@ -1,7 +1,6 @@ {% load organization_tags mezzanine_tags %} {% if list %}
-
@@ -47,5 +46,6 @@
+
{% endif %} -- 2.39.5