From ab116e1d9b58ab13b1b8c9317296527783bf58a6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 28 Sep 2015 13:11:39 +0200 Subject: [PATCH] fix lines --- app/templates/shop/product.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/shop/product.html b/app/templates/shop/product.html index 8a1bda1..08f89db 100644 --- a/app/templates/shop/product.html +++ b/app/templates/shop/product.html @@ -97,7 +97,6 @@ $(function () { {% editable product.content %} {{ product.content|richtext_filters|safe }} {% endeditable %} -
  • {% trans "Artist" %}: {{ product.record.artist }}
  • {% trans "Title" %}: {{ product.record.title }}
  • -- 2.39.5