diff options
| -rw-r--r-- | templates/landingpage.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 17bb2bb..52036b1 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -21,7 +21,7 @@    </p>  % }  <p class="geolink"> -<a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https')->query({hafas => param('hafas')}) %>">Stationen in der Umgebung suchen</a> +<a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https')->query({efa => param('efa'), hafas => param('hafas')}) %>">Stationen in der Umgebung suchen</a>  </p>  <p>  Oder hier angeben: | 
