From 354e267a3a397d4642f1c065d133cd7a707beb3e Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Sun, 30 Jul 2023 17:20:03 +0200 Subject: [PATCH] [WIP] styling logbook page --- templates/includes/forms/log.html.tera | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/includes/forms/log.html.tera b/templates/includes/forms/log.html.tera index c3cb820..25e96e9 100644 --- a/templates/includes/forms/log.html.tera +++ b/templates/includes/forms/log.html.tera @@ -90,7 +90,7 @@ {% set_global boats = boats | filter(attribute="amount_seats", value=1) %} {% endif %} {% for boat in boats %} -
{{ boat.name }}
+
{{ boat.name }}
{% endfor %}