des trucs

This commit is contained in:
mepiphana2023
2024-11-29 14:04:13 +01:00
parent 3f4018229c
commit 7e94f90e2b
2 changed files with 1 additions and 5 deletions

View File

@@ -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>