From 1ca126f7652c7b1ce2fb8ffe3ede0e71effdacc6 Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Tue, 17 Oct 2023 16:20:54 +0200 Subject: [PATCH] first implementation of Delay Messages --- templates/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/index.html b/templates/index.html index c154626..7ac4574 100644 --- a/templates/index.html +++ b/templates/index.html @@ -137,6 +137,7 @@ Über/ via Geplante Abfahrtszeit / Planned departure Verspätung (Minuten) / Delay (minutes) + Verspätungsgründe / Delay Reasons Bahnsteig / Platform @@ -148,6 +149,13 @@ {{ leg.via | join(', ') }} {{ leg.scheduledDeparture }} {{ leg.delayDeparture }} + + + {{ leg.scheduledPlatform }} {% endfor %}