diff --git a/templates/partials/playlist_item.html b/templates/partials/playlist_item.html index 475499c..1aeac07 100644 --- a/templates/partials/playlist_item.html +++ b/templates/partials/playlist_item.html @@ -20,7 +20,10 @@
- {{ item.name }} + + + {{ item.name }} +
@@ -30,17 +33,10 @@

{{ item.description }}

- {% if item.type == 'category'%} - - - - {%else%} - - {%endif%} {% include 'partials/_add_remove_button.html' %}