From fc78c9711c0d3e7c77e8faf4990076d54257f302 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 28 Sep 2015 12:41:03 +0200 Subject: [PATCH] fix col --- app/templates/shop/product.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/shop/product.html b/app/templates/shop/product.html index 0a4df4e..1a77a6f 100644 --- a/app/templates/shop/product.html +++ b/app/templates/shop/product.html @@ -92,7 +92,7 @@ $(function () { {% endif %} -
+
    {% editable product.content %} {{ product.content|richtext_filters|safe }} -- 2.39.5