diff --git a/compose.yaml b/compose.yaml index 0510259..04838ec 100644 --- a/compose.yaml +++ b/compose.yaml @@ -37,3 +37,5 @@ services: image: postgres:17 container_name: musik_postgres env_file: stack.env + volumes: + - /docker/musik/postgres:/var/lib/postgresql/data diff --git a/game/templates/game/group_detail.html b/game/templates/game/group_detail.html index 9931d35..b6f48d8 100644 --- a/game/templates/game/group_detail.html +++ b/game/templates/game/group_detail.html @@ -25,6 +25,10 @@ formaction="{% url "group_clear_blacklist" pk=group.pk %}"> Effacer la blacklist + + Supprimer

diff --git a/game/templates/game/group_form.html b/game/templates/game/group_form.html index 72ae8d9..ef6da8c 100644 --- a/game/templates/game/group_form.html +++ b/game/templates/game/group_form.html @@ -5,9 +5,6 @@

{{ group.name }}

-

- Supprimer le groupe -

{% else %}

Créer un groupe

{% endif %}