fix bug, forgot to use new data field
This commit is contained in:
		| @@ -210,7 +210,7 @@ | ||||
|               <form action="/cox/trip/{{ trip.id }}" method="post" class="grid gap-3"> | ||||
|                 {{ macros::input(label='Anzahl Ruderer', name='max_people', type='number', required=true, value=trip.max_people, min='0') }} | ||||
|                 {{ macros::input(label='Anmerkungen', name='notes', type='input', value=trip.notes) }} | ||||
|                 {{ macros::select(select_name='trip_type', trip_types=trip_types, default='Reguläre Ausfahrt', selected_id=trip.trip_type_id) }} | ||||
|                 {{ macros::select(select_name='trip_type', data=trip_types, default='Reguläre Ausfahrt', selected_id=trip.trip_type_id) }} | ||||
|  | ||||
|                 <input value="Speichern" class="btn btn-primary" type="submit" /> | ||||
|               </form> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user