From c379e3e1f4ff934e0afc25b40aeb5ccf8bfcd756 Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Thu, 13 Feb 2025 07:30:48 -0500 Subject: [PATCH] Start work on add-to-playlist function --- templates/song-list.html | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/templates/song-list.html b/templates/song-list.html index 7d39176..0aa815f 100644 --- a/templates/song-list.html +++ b/templates/song-list.html @@ -54,6 +54,13 @@
+ {% if playlists %} + +
+ +
+ {% endif %} + {% if song.description %}
{{ (song.description.replace("\n", "
"))|safe }}
@@ -138,21 +145,19 @@
{% endfor %} - {% endfor %} + + + -- 2.39.5