diff --git a/make_post_sell/templates/content.j2 b/make_post_sell/templates/content.j2 index fb2896b..5e8bd11 100644 --- a/make_post_sell/templates/content.j2 +++ b/make_post_sell/templates/content.j2 @@ -35,6 +35,8 @@ {% if request.shop.watch_mode_enabled %}
{% endif %}
+

{{ product.title }} uploaded to {{ product.shop.name }}

+ {% if "thumbnail1" in product.extensions %} {% set video_extensions = ["mp4", "avi", "mov", "wmv", "flv", "mkv", "webm", "m4v"] %} {% if request.shop.watch_mode_enabled and product.extensions.get("product") in video_extensions %} @@ -66,8 +68,6 @@ {% endif %} {% endif %}
- -

{{ product.title }} uploaded to {{ product.shop.name }}