1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-24 09:46:46 +02:00

Fix de l'ajout d'équipe, le ColorWidget était défaillant

This commit is contained in:
Ehouarn
2025-05-25 23:31:09 +02:00
parent e88dbfd597
commit 136f636fda
7 changed files with 58 additions and 2 deletions

View File

@ -18,6 +18,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
<div class="card-footer text-center">
<a class="btn btn-primary btn-sm my-1" href="{% url 'wei:update_bus' pk=bus.pk %}"
data-turbolinks="false">{% trans "Edit" %}</a>
<a class="btn btn-primary btn-sm my-1" href="{% url 'wei:manage_bus' pk=bus.pk %}"
data-turbolinks="false">{% trans "View" %}</a>
<a class="btn btn-primary btn-sm my-1" href="{% url 'wei:add_team' pk=bus.pk %}"
data-turbolinks="false">{% trans "Add team" %}</a>
</div>