Add game start and rename buttons in group detail view

This commit is contained in:
Edgar P. Burkhart 2025-06-14 12:39:55 +02:00
parent 0a930e575c
commit 08e4d6e75b
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -13,8 +13,10 @@
<p>
<form method="post">
{% csrf_token %}
<div role="group">
<p>
<a href="{% url "start_game" pk=group.pk %}" role="button"><i class="ri-play-fill"></i> Jouer</a>
</p>
<div role="group">
<a href="{% url "group_update" pk=group.pk %}"
class="secondary"
role="button"><i class="ri-edit-line"></i> Renommer</a>