diff --git a/base/static/css/main.css b/base/static/css/main.css index e7247c2..a353d2e 100644 --- a/base/static/css/main.css +++ b/base/static/css/main.css @@ -12,7 +12,7 @@ form a[role="button"] { width: 100%; } -i.ri-vip-crown-fill { +i.owner { color: var(--pico-color-amber-200); } diff --git a/game/templates/game/group_detail.html b/game/templates/game/group_detail.html index 70cdfd5..d305efa 100644 --- a/game/templates/game/group_detail.html +++ b/game/templates/game/group_detail.html @@ -48,12 +48,55 @@ Modifier les membres

{% endif %} - + + + + + + + + + + + + + + + + + {% for member in members.all %} + + + + + + + {% endfor %} + +
Membre + + + + + +
{{ group.owner }} + + {{ owner_count }}
{{ member }}{{ member.count }} + + + +
+
+ {% csrf_token %} +
+ + +
+

Mes musiques ({{ musics.count }})

diff --git a/game/templates/game/home.html b/game/templates/game/home.html index 74352e1..b726da8 100644 --- a/game/templates/game/home.html +++ b/game/templates/game/home.html @@ -10,7 +10,7 @@