Staging
This commit is contained in:
		| @@ -10,7 +10,7 @@ | ||||
| 		{{ macros::checkbox(label='Gäste erlauben', name='tripdetails.allow_guests') }} | ||||
| 		{{ macros::checkbox(label='Immer anzeigen', name='tripdetails.always_show') }} | ||||
| 		{{ macros::input(label='Anmerkungen', name='tripdetails.notes', type='input') }} | ||||
| 		{{ macros::select(data=trip_types, select_name='tripdetails.trip_type', default='Reguläre Ausfahrt') }} | ||||
| 		{{ macros::select(data=trip_types, name='tripdetails.trip_type', default='Reguläre Ausfahrt') }} | ||||
|  | ||||
| 		<input value="Erstellen" class="w-full btn btn-primary" type="submit"/> | ||||
| 	</form> | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
| 		{{ macros::checkbox(label='Gäste erlauben', name='allow_guests') }} | ||||
| 		{{ macros::checkbox(label='Immer anzeigen', name='always_show') }} | ||||
| 		{{ macros::input(label='Anmerkungen', name='notes', type='input') }} | ||||
| 		{{ macros::select(data=trip_types, select_name='trip_type', default='Reguläre Ausfahrt') }} | ||||
| 		{{ macros::select(data=trip_types, name='trip_type', default='Reguläre Ausfahrt') }} | ||||
|  | ||||
| 		<input value="Erstellen" class="w-full btn btn-primary" type="submit"/> | ||||
| 	</form> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user