From 224b68259196ba2ba00120118b15aa5e06ab3d57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 20 Oct 2016 17:06:21 +0200 Subject: [PATCH] Remove debug from playlist list --- app/templates/media/playlist_list.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/templates/media/playlist_list.html b/app/templates/media/playlist_list.html index 289f26cf..57e443ba 100644 --- a/app/templates/media/playlist_list.html +++ b/app/templates/media/playlist_list.html @@ -28,13 +28,6 @@ {% endwith %} {% endwith %} {% endfor %} - {% for playlist in playlists %} - {% with playlist.type as type %} - {% with "media/inc/playlist_"|add:type|add:"_card.html" as template %} - {% include template %} - {% endwith %} - {% endwith %} - {% endfor %} {% endblock %} -- 2.39.5