summaryrefslogtreecommitdiff
path: root/templates/landing_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/landing_page.html')
-rw-r--r--templates/landing_page.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/landing_page.html b/templates/landing_page.html
index c5a04fd..b6a28cd 100644
--- a/templates/landing_page.html
+++ b/templates/landing_page.html
@@ -8,6 +8,15 @@
<body>
{% include 'navbar.html' %}
<div class="container">
+ {% if error %}
+ <div class="content">
+ <div class="error">
+ <strong>{{ error["lead"] }}</strong>
+ {{ error["body"] }}
+ <div class="errcode">{{ error["code"] }}</div>
+ </div>
+ </div>
+ {% endif %}
<div class="content">
<div class="geolocation">
<button id="geolocationsearch">Haltestellen in der Umgebung suchen</button>