From: Chris Fulljames Date: Mon, 6 Jan 2025 02:38:31 +0000 (-0500) Subject: Autofill song title from filename X-Git-Url: https://littlesong.place/gitweb/?a=commitdiff_plain;h=c2a0d9c7cc903d996cdd45e0b822c562b51227a9;p=littlesongplace.git Autofill song title from filename --- diff --git a/templates/profile.html b/templates/profile.html index fb41cca..558c47e 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -11,11 +11,11 @@

Upload a new song

- +
- +
@@ -35,8 +35,20 @@ {% endif %} + + +

Songs

+ {% for song in songs %}
{{ song["title"] }}