]> git.parisson.com Git - mezzo.git/commitdiff
Remove debug from playlist list
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 20 Oct 2016 15:06:21 +0000 (17:06 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 20 Oct 2016 15:06:21 +0000 (17:06 +0200)
app/templates/media/playlist_list.html

index 289f26cff4548a0c41540a6c880f61512ec3c31e..57e443bad179a84305f757afdbd6b21464032986 100644 (file)
                 {% 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 %}
     </div>
 
 {% endblock %}