[TASK] change padding form
This commit is contained in:
parent
61261c9816
commit
d9885f9bba
@ -74,7 +74,7 @@
|
|||||||
{% if allowed_to_edit %}
|
{% if allowed_to_edit %}
|
||||||
<form action="/boatreservation"
|
<form action="/boatreservation"
|
||||||
method="post"
|
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">
|
<div class="w-full grid gap-3">
|
||||||
<input type="hidden" name="id" value="{{ reservation.id }}" />
|
<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) }}
|
{{ macros::input(label='Uhrzeit', name='time_desc', id=loop.index, type="text", value=reservation.time_desc, readonly=false) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user