From 4609b7312d67063b2cb0d5803260d7dc25475bc2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 14 Dec 2020 19:18:19 +0100 Subject: show expected wagon order whan real-time data is not available work in progress. --- templates/not_found.html.ep | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/not_found.html.ep') diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep index df583ae..c03d32d 100644 --- a/templates/not_found.html.ep +++ b/templates/not_found.html.ep @@ -1,7 +1,12 @@
404 Page Not Found: +% if (my $e = stash('message')) { +%= $e +% } +% else { Die aufgerufene URL existiert nicht und ist keine gültige Abbildung auf einen Bahnhofsnamen. +% }
-- cgit v1.2.3