Merge commit 'bc9c5198d1a1df7526ee95de9411f8e7d0a60894' into dark-mode

This commit is contained in:
Marie Birner
2023-11-04 17:25:14 +01:00
6 changed files with 39 additions and 29 deletions

View File

@ -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 %}