diff --git a/game/templates/game/group_detail.html b/game/templates/game/group_detail.html index 1395e85..8f12311 100644 --- a/game/templates/game/group_detail.html +++ b/game/templates/game/group_detail.html @@ -26,7 +26,7 @@ {% csrf_token %} - + {% if group.owner == user %}{% endif %} @@ -46,9 +46,11 @@ {% endfor %}
Date Joueurs
- + {% if group.owner == user %} + + {% endif %} {% endif %}

@@ -92,7 +94,7 @@ {% endfor %} - {% if musics %} + {% if group.owner == user %}