diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-10-18 19:41:38 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-10-18 19:41:38 +0200 |
commit | 6e8addac3f0c91583b5afc980e0c5c74d5198e29 (patch) | |
tree | c42f115d903d8f39657e2f5cc69be093a0f93be6 /templates/landingpage.html.ep | |
parent | fa8357cfda9ce38d553dbe5e82b706932409aade (diff) |
add missing efa parameter
Diffstat (limited to 'templates/landingpage.html.ep')
-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: |