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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

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