diff --git a/templates/includes/forms/log.html.tera b/templates/includes/forms/log.html.tera
index d4b5ca6..e8cde30 100644
--- a/templates/includes/forms/log.html.tera
+++ b/templates/includes/forms/log.html.tera
@@ -98,7 +98,7 @@
{% endif %}
{% set amount_rowers = log.rowers | length %}
{% set amount_guests = log.boat.amount_seats - amount_rowers -1 %}
- {% if allowed_to_close and state == "on_water" %}
+ {% if allowed_to_close and state == "on_water" %}
{{ log::home(log=log, only_ones=only_ones) }}
{% else %}
Ziel: {{ log.destination }}
@@ -125,7 +125,7 @@
{% macro home(log, only_ones) %}