show proper amount of guests (changed bc cox is now included in rowers)
This commit is contained in:
		| @@ -181,7 +181,7 @@ | ||||
|         {% endif %} | ||||
|       </small> | ||||
|       {% set amount_rowers = log.rowers | length %} | ||||
|         {% set amount_guests = log.boat.amount_seats - amount_rowers -1 %} | ||||
|         {% set amount_guests = log.boat.amount_seats - amount_rowers %} | ||||
|         {% if allowed_to_close and state == "on_water" %} | ||||
|           {{ log::home(log=log, only_ones=only_ones) }} | ||||
|         {% else %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user