allow trip_type specification for creating a trip
This commit is contained in:
		| @@ -7,6 +7,7 @@ | ||||
|         {{ macros::input(label='Anzahl Ruderer (ohne Steuerperson)', name='max_people', type='number', required=true, min='0') }} | ||||
|     	{{ macros::checkbox(label='Gäste erlauben', name='allow_guests') }} | ||||
|         {{ macros::input(label='Anmerkungen', name='notes', type='input') }} | ||||
|     	{{ macros::select(select_name='trip_type', trip_types=trip_types, default='Reguläre Ausfahrt') }} | ||||
|  | ||||
|         <input value="Erstellen" class="w-full btn btn-primary" type="submit" /> | ||||
|     </form> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user