allow-reservation-edits #423

Merged
philipp merged 3 commits from allow-reservation-edits into staging 2024-04-23 23:05:49 +02:00
Showing only changes of commit d9885f9bba - Show all commits

View File

@ -74,7 +74,7 @@
{% if allowed_to_edit %}
<form action="/boatreservation"
method="post"
class="bg-white dark:bg-primary-900 p-3 rounded-md w-full">
class="bg-white dark:bg-primary-900 pt-3 rounded-md w-full">
<div class="w-full grid gap-3">
<input type="hidden" name="id" value="{{ reservation.id }}" />
{{ macros::input(label='Uhrzeit', name='time_desc', id=loop.index, type="text", value=reservation.time_desc, readonly=false) }}