des trucs
This commit is contained in:
@@ -106,10 +106,6 @@
|
||||
class="btnAnnule">
|
||||
❌ Annuler la sortie
|
||||
</button>
|
||||
<a href="{{ path('sortie_edit', { id: sortie.idSortie }) }}"
|
||||
class="btnSecondary">
|
||||
✏️ Modifier la sortie
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if sortie.etat.libelle == 'Créée' %}
|
||||
<a href="{{ path('sortie_edit', { id: sortie.idSortie }) }}"
|
||||
@@ -200,7 +196,7 @@
|
||||
</button>
|
||||
<button
|
||||
type="submit"
|
||||
class="px-4 py-2 bg-green-500 text-white rounded-md hover:bg-green-600">
|
||||
class="btnThird">
|
||||
Démarrer les inscriptions
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user