Refactor group detail and musikgame detail templates for improved owner visibility and styling; update CSS for music count display
This commit is contained in:
parent
43ba52f31e
commit
78e5be580b
5 changed files with 64 additions and 49 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue