edit template fleet-display and delete-booking template
This commit is contained in:
parent
bad991c3bc
commit
18e2517805
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue