only allow guests to register for specific events; don't even show them the other trips
This commit is contained in:
		| @@ -7,8 +7,8 @@ | ||||
|     {{ macros::input(label='Startzeit', name='planned_starting_time', type='time', required=true) }} | ||||
|     {{ macros::input(label='Anzahl Steuerleute', name='planned_amount_cox', type='number', required=true, min='0') }} | ||||
|     {{ macros::input(label='Anzahl Ruderer (ohne Steuerperson)', name='max_people', type='number', required=true, min='0') }} | ||||
|     {{ macros::checkbox(label='Gäste erlauben', name='max_allow_guestspeople') }} | ||||
|     {{ macros::checkbox(label='Gäste erlauben', name='allow_guests') }} | ||||
|     {{ macros::input(label='Anmerkungen', name='notes', type='input') }} | ||||
|     <input value="Erstellen" class="w-full btn btn-primary" type="submit" /> | ||||
|   </form> | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -5,7 +5,8 @@ | ||||
|         <input class="day-js" type="hidden" name="day" value="" /> | ||||
|         {{ macros::input(label='Startzeit (zB "10:00")', name='planned_starting_time', type='time', required=true) }} | ||||
|         {{ 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') }} | ||||
|         <input value="Erstellen" class="w-full btn btn-primary" type="submit" /> | ||||
|     </form> | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user