From: Jérémy Fabre Date: Thu, 20 Oct 2016 15:06:21 +0000 (+0200) Subject: Remove debug from playlist list X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=224b68259196ba2ba00120118b15aa5e06ab3d57;p=mezzo.git Remove debug from playlist list --- 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 %}