From a35bb4b9ab827c1115dfd9248cb5254ef57a9201 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 28 Sep 2015 12:39:33 +0200 Subject: [PATCH] fix product desc style --- app/templates/shop/product.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/templates/shop/product.html b/app/templates/shop/product.html index 575b9d5..0a4df4e 100644 --- a/app/templates/shop/product.html +++ b/app/templates/shop/product.html @@ -143,17 +143,17 @@ $(function () { {% if has_available_variations %}
  • {% include "shop/includes/price.html" %}
  • {% endif %} + + {% if product.record.audio_file %} +
    + +
    + {% endif %} + -
    -{% if product.record.audio_file %} - -
    -{% else %} -
    -{% endif %} -- 2.39.5