edit bookings-list, booking-display and delete-booking template

This commit is contained in:
2023-05-12 11:06:55 +02:00
parent cf7b78e64e
commit bad991c3bc
3 changed files with 19 additions and 6 deletions

View File

@@ -18,13 +18,13 @@
<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">
<div class="col-span-6">
<label for="motif" class="block text-sm font-medium text-gray-700">Motif</label>
<div class="mt-1">
<textarea rows="4" name="motif" id="motif"
class="shadow-sm focus:ring-co-blue focus:border-co-blue block w-full sm:text-sm border-gray-300 rounded-2xl"></textarea>
</div>
</div> -->
</div>
</div>
</div>
<div class="mt-5 sm:mt-6 sm:grid sm:grid-flow-row-dense sm:grid-cols-2">