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