summaryrefslogtreecommitdiff
path: root/templates/landing_page.html
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-06-26 22:22:47 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-06-26 22:22:47 +0200
commit2cad8ef881b66b822769a15968f952bb2419f188 (patch)
treee2b3278293ebdd061f551d14ce7de00ce1f0c562 /templates/landing_page.html
parentd21d35ef767007257e80a795a41b6f4cc8a9fcbc (diff)
add train station looukp by name
Diffstat (limited to 'templates/landing_page.html')
-rw-r--r--templates/landing_page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/landing_page.html b/templates/landing_page.html
index a059b55..f487616 100644
--- a/templates/landing_page.html
+++ b/templates/landing_page.html
@@ -23,13 +23,13 @@
<div class="geolocation">
<button id="geolocationsearch">Haltestellen in der Umgebung suchen</button>
</div>
- <!--<form action="/to_board" method="POST">
+ <form action="/find/stop">
<input id="name" name="name" required type="text">
<label for="name">Manuelle Eingabe</label>
<button class="btn waves-effect waves-light btn-flat" type="submit" name="action" value="departures">
Suchen
</button>
- </form>-->
+ </form>
</div>
</div>
</body>