From 17c2b4b5d2c982a55281eaafa741e752c0954273 Mon Sep 17 00:00:00 2001 From: Andrew Ronayne <ar01382@surrey.ac.uk> Date: Wed, 7 Aug 2024 14:22:47 +0100 Subject: [PATCH] requirements and bug fixes --- music/templates/music/show_song_block.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/music/templates/music/show_song_block.html b/music/templates/music/show_song_block.html index 821a1e5..2114688 100644 --- a/music/templates/music/show_song_block.html +++ b/music/templates/music/show_song_block.html @@ -2,8 +2,6 @@ <script type="text/javascript" src="{% static 'js/music.js' %}"></script> -# separated into a new html file so that the code can be re-used - <tr id="song-row-{{ song.id }}"> <td> {{ song.name| truncatechars:20}} -- GitLab