Compare commits
No commits in common. "3069aab3f97b7ded13ed437012c736549c3074f5" and "d8f60f40179c2972d784c18df9601acd697ffdaf" have entirely different histories.
3069aab3f9
...
d8f60f4017
3 changed files with 3 additions and 6 deletions
|
|
@ -37,5 +37,3 @@ services:
|
||||||
image: postgres:17
|
image: postgres:17
|
||||||
container_name: musik_postgres
|
container_name: musik_postgres
|
||||||
env_file: stack.env
|
env_file: stack.env
|
||||||
volumes:
|
|
||||||
- /docker/musik/postgres:/var/lib/postgresql/data
|
|
||||||
|
|
|
||||||
|
|
@ -25,10 +25,6 @@
|
||||||
formaction="{% url "group_clear_blacklist" pk=group.pk %}">
|
formaction="{% url "group_clear_blacklist" pk=group.pk %}">
|
||||||
<i class="ri-history-fill"></i> Effacer la blacklist
|
<i class="ri-history-fill"></i> Effacer la blacklist
|
||||||
</button>
|
</button>
|
||||||
<a href="{% url "group_delete" group.pk %}"
|
|
||||||
role="button"
|
|
||||||
class="secondary">
|
|
||||||
<i class="ri-delete-bin-fill"></i> Supprimer</a>
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@
|
||||||
<h1>
|
<h1>
|
||||||
<i class="ri-group-2-fill"></i> {{ group.name }}
|
<i class="ri-group-2-fill"></i> {{ group.name }}
|
||||||
</h1>
|
</h1>
|
||||||
|
<p>
|
||||||
|
<a href="{% url "group_delete" group.pk %}">Supprimer le groupe</a>
|
||||||
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h1>Créer un groupe</h1>
|
<h1>Créer un groupe</h1>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue