From b3349c87ff830e1a73238437e1b05ed451b8028c Mon Sep 17 00:00:00 2001 From: philipp Date: Thu, 27 Jul 2023 13:15:40 +0200 Subject: [PATCH] don't show cox twice --- templates/includes/forms/log.html.tera | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 %}