From 95969b897bad7b06d685eb71cef42b897ee9de63 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sat, 14 Jun 2025 11:16:41 +0200 Subject: [PATCH] Update playlist link to direct to specific video; wrap music list in details tag --- game/templates/game/musikgame_detail.html | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/game/templates/game/musikgame_detail.html b/game/templates/game/musikgame_detail.html index 9a673ca..7011066 100644 --- a/game/templates/game/musikgame_detail.html +++ b/game/templates/game/musikgame_detail.html @@ -6,7 +6,7 @@ {% if musikgame.playlist %}

Playlist

{% endif %} @@ -17,13 +17,18 @@

Musiques

-
    - {% for music in musikgame.musicgameorder_set.all %} -
  1. - {{ music.music_video.title }} -
  2. - {% endfor %} -
+
+ + Musiques + +
    + {% for music in musikgame.musicgameorder_set.all %} +
  1. + {{ music.music_video.title }} +
  2. + {% endfor %} +
+

Résultats