Add game start and rename buttons in group detail view
This commit is contained in:
parent
0a930e575c
commit
08e4d6e75b
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue