diff --git a/templates/includes/forms/log.html.tera b/templates/includes/forms/log.html.tera
index 361eea7..bd3c83a 100644
--- a/templates/includes/forms/log.html.tera
+++ b/templates/includes/forms/log.html.tera
@@ -5,7 +5,6 @@
{% else %}
{% set ones = boats | filter(attribute="amount_seats", value=1) %}
{{ macros::select(data=ones, select_name='boat_id', display=["name", " (","amount_seats", " x)"], extras=["default_shipmaster_only_steering", "amount_seats"]) }}
-
{% endif %}