clearer label
This commit is contained in:
		| @@ -76,7 +76,7 @@ | ||||
| {% macro rower_select(id, selected, amount_seats='', class='', init='false', cox_on_boat='', steering_person_id='') %} | ||||
| 	{#{% if not amount_seats or amount_seats > 1 %}#} | ||||
| 	<div class="{{ class }}"> | ||||
| 		<label for="{{id}}" class="text-sm text-gray-600 ">Ruderer</label> | ||||
| 		<label for="{{id}}" class="text-sm text-gray-600 ">Ruderer (inkl. Schiffsführer und Steuerperson)</label> | ||||
| 		<select style="width: 100%;" multiple name="rowers[]" id="{{id}}" class="w-full" data-seats="{{amount_seats}}" data-init={{init}}> | ||||
| 			{% for user in users %} | ||||
| 				{% set_global sel = false %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user