From 629ca9e9f69be662ef877e1f0e5bf2e020e4a691 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 16 Mar 2019 21:49:47 +0100 Subject: Show backend errors on station selection page --- index.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 467eed4..7fb6681 100755 --- a/index.pl +++ b/index.pl @@ -1458,7 +1458,11 @@ get '/s/*station' => sub { my $status = get_departures($station); if ( $status->{errstr} ) { - $self->render( 'landingpage', error => $status->{errstr} ); + $self->render( + 'landingpage', + with_geolocation => 1, + error => $status->{errstr} + ); } else { # You can't check into a train which terminates here -- cgit v1.2.3