From 09b3d700464f4b0c89ca52cd5b4f884481a9f023 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 28 Sep 2015 13:40:25 +0200 Subject: [PATCH] again --- app/templates/shop/product.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/templates/shop/product.html b/app/templates/shop/product.html index 38dc9e4..c72474c 100644 --- a/app/templates/shop/product.html +++ b/app/templates/shop/product.html @@ -105,7 +105,10 @@ $(function () { {% endif %} - + +
  • {{ product.record.artist }}
  • +
  • {{ product.record.title }}
  • +
  • {% trans "Label:" %} {{ product.record.label }} -- 2.39.5