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