From: Chris Fulljames Date: Thu, 13 Feb 2025 12:30:48 +0000 (-0500) Subject: Start work on add-to-playlist function X-Git-Url: https://littlesong.place/gitweb/gitweb.cgi?a=commitdiff_plain;h=c379e3e1f4ff934e0afc25b40aeb5ccf8bfcd756;p=littlesongplace.git Start work on add-to-playlist function --- 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 %} + + +