Refactor group detail and musikgame detail templates for improved owner visibility and styling; update CSS for music count display

This commit is contained in:
Edgar P. Burkhart 2025-06-14 00:11:39 +02:00
parent 43ba52f31e
commit 78e5be580b
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
5 changed files with 64 additions and 49 deletions

View file

@ -13,9 +13,7 @@
<h2>
<i class="ri-group-2-fill"></i> Joueurs
</h2>
<ul>
{% for member in musikgame.players.all %}<li>{{ member }}</li>{% endfor %}
</ul>
<p>{{ musikgame.players.all|join:", " }}</p>
<h2>
<i class="ri-music-2-fill"></i> Musiques
</h2>