Add functionality to clear blacklisted music videos in GroupClearBlacklistView and update group detail template

This commit is contained in:
Edgar P. Burkhart 2025-06-13 23:24:21 +02:00
parent c55861c439
commit e64bb8b95a
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 15 additions and 0 deletions

View file

@ -10,6 +10,7 @@
</p>
<p>
<a href="{% url "start_game" pk=group.pk %}" role="button"><i class="ri-play-fill"></i> Lancer une partie</a>
<a href="{% url "group_clear_blacklist" pk=group.pk %}" role="button"><i class="ri-history-fill"></i> Effacer la blacklist</a>
</p>
{% endif %}
{% if group.musikgame_set %}