edit template fleet-display and delete-booking template

This commit is contained in:
Nicolas CARON 2023-05-17 12:50:59 +02:00
parent bad991c3bc
commit 18e2517805
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@
<div class="mt-2">
<p class="text-sm text-gray-500">Souhaitez-vous vraiment annuler cette réservaton ?</p>
</div>
<div>{{.ViewState.booking.Deleted}}</div>
<div class="col-span-6">
<label for="motif" class="block text-sm font-medium text-gray-700">Motif</label>
<div class="mt-1">

View File

@ -104,7 +104,7 @@
<span class="p-1 bg-black text-white text-xs font-bold rounded-xl" >
Retiré
</span>
{{else if .Deleted}}
{{else if .Data.Deleted}}
<span class="p-1 bg-co-red text-white text-xs font-bold rounded-xl" >
Annulé
</span>