From 5ba686ac18181fb76dd7e77c0d02fc9017e2b010 Mon Sep 17 00:00:00 2001 From: sanghee Date: Mon, 23 Nov 2020 22:23:52 +0100 Subject: [PATCH] product template updated with content 3 and content 4 to enable more image posting --- templates/product.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/templates/product.html b/templates/product.html index a88a222..126d7b1 100644 --- a/templates/product.html +++ b/templates/product.html @@ -130,6 +130,19 @@ {% endif %} +
+
+
+ {{ this.content3_text }} +
+
+ {% if this.content3_image %} + + {% endif %} +
+
+
+
@@ -169,6 +182,18 @@

+
+
+
+ {{ this.content4_text }} +
+
+ {% if this.content4_image %} + + {% endif %} +
+
+
{% if this.description6 %}
@@ -179,4 +204,6 @@
{% endif %} + + {% endblock %}