From 4af1f48ebff2d9922255f4b673eebdacdc1ee291 Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 6 Mar 2024 08:15:18 +0100 Subject: [PATCH] sort boats by name --- templates/includes/forms/log.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/includes/forms/log.html.tera b/templates/includes/forms/log.html.tera index f376879..203d57d 100644 --- a/templates/includes/forms/log.html.tera +++ b/templates/includes/forms/log.html.tera @@ -8,7 +8,7 @@
{{ amount_seats }}x
- {% for boat in grouped_boats %} + {% for boat in grouped_boats | sort(attribute="name") %}