summaryrefslogtreecommitdiff
path: root/templates/landing_page.html
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-06-27 20:28:28 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-06-27 20:28:28 +0200
commit00bcc7c2aa211aed0053dcc6a09aa6d2a476b9ab (patch)
treec8a33b5a96aaa7f9c1910f65e009cb02f8d0ae26 /templates/landing_page.html
parentfa0c4f8837bd3270a739ce5d7b4b82473ea67268 (diff)
add navbar
Diffstat (limited to 'templates/landing_page.html')
-rw-r--r--templates/landing_page.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/landing_page.html b/templates/landing_page.html
index c89da47..c5a04fd 100644
--- a/templates/landing_page.html
+++ b/templates/landing_page.html
@@ -6,14 +6,15 @@
<script src="/static/v0/js/geolocation.js"></script>
</head>
<body>
+{% include 'navbar.html' %}
<div class="container">
<div class="content">
<div class="geolocation">
<button id="geolocationsearch">Haltestellen in der Umgebung suchen</button>
</div>
<form action="/find/stop">
+ <label for="name">Haltestelle:</label>
<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>