From 48549ce009040689bd9cad62df33466095c47130 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 5 Apr 2024 16:00:51 +0200 Subject: [PATCH] Bug fix travel template grid layout --- templates/travel.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/travel.html b/templates/travel.html index 87dd16b..8b8c2ba 100644 --- a/templates/travel.html +++ b/templates/travel.html @@ -40,6 +40,7 @@
flight
reference
tracking
+
{% for item in flights | sort(attribute="depart") %} {{ flight_row(item) }} @@ -57,6 +58,7 @@
operator
reference
+
{% for item in trains | sort(attribute="depart") %} {{ train_row(item) }}