[TASK] change padding form
This commit is contained in:
		@@ -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) }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user