summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-10-23 23:38:03 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-10-23 23:38:03 +0200
commitec9dad579ba316b2db46a9ea3377836be290f157 (patch)
treeb735f3eb9f66f87b883c9fedf4c92a678191a272 /index.pl
parent6ed6a1778f4f9710edca3908b38ead7204362552 (diff)
translate page to german, as the Deutsche Bahn delay messages are german anyways
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index 60e7bc4..f04c931 100644
--- a/index.pl
+++ b/index.pl
@@ -78,7 +78,7 @@ sub handle_request {
}
if ( not $station ) {
- $self->render( $template, hide_opts => 0 );
+ $self->render( $template, hide_opts => 0, show_intro => 1 );
return;
}