From f211b9af506d9660be200a4a65c05394fd9a4fd5 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Fri, 13 Jun 2025 23:26:54 +0200 Subject: [PATCH] Add collapsible section for music list in group detail template --- game/templates/game/group_detail.html | 67 ++++++++++++++------------- 1 file changed, 36 insertions(+), 31 deletions(-) diff --git a/game/templates/game/group_detail.html b/game/templates/game/group_detail.html index 1ef8b50..70cdfd5 100644 --- a/game/templates/game/group_detail.html +++ b/game/templates/game/group_detail.html @@ -57,40 +57,45 @@

Mes musiques ({{ musics.count }})

- - - - - - - - - - - {% for music in musics %} +
+ + Liste des musiques + +
MusiqueID - - - -
+ - - - + + + + + + {% for music in musics %} + + + - - {% empty %} - - - - {% endfor %} - -
{{ music.title }} - {{ music.yt_id }} - - Musique + ID + + + +
{{ music.title }} + {{ music.yt_id }} - -
Aucune musique.
+ + + + + + {% empty %} + + Aucune musique. + + {% endfor %} + + +
{% csrf_token %}