From e7bbc207d405e8fae246b2348edb76c6bb6176e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 22 Sep 2016 18:14:45 +0200 Subject: [PATCH] Remove debug on audio player --- app/templates/core/inc/audio.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/templates/core/inc/audio.html b/app/templates/core/inc/audio.html index d9f8faf9..8c31aa45 100644 --- a/app/templates/core/inc/audio.html +++ b/app/templates/core/inc/audio.html @@ -6,13 +6,7 @@ {% for audio in audios %}
  • - {{ audio.title }} 1 -
  • -
  • - {{ audio.title }} 2 -
  • -
  • - {{ audio.title }} 3 + {{ audio.title }}
  • {% comment %} -- 2.39.5