summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-01-05 09:56:52 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-01-05 09:56:52 +0100
commit75e54f73e5d9e935a9355c427422697bfd97d6f1 (patch)
treec277fad0d6ce4f775fab47b09d881cbf9d38f0df /templates
parente540de179913a378b00a029f6eedc3b02d63a76b (diff)
Fetch map asynchronously
Diffstat (limited to 'templates')
-rw-r--r--templates/route_map.html.ep6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/route_map.html.ep b/templates/route_map.html.ep
index 505cddb..72ef215 100644
--- a/templates/route_map.html.ep
+++ b/templates/route_map.html.ep
@@ -1,8 +1,8 @@
-% if (0) {
+% if (my $err = stash('error')) {
<div class="container">
<div class="error">
- <strong>Fehler!</strong>
- Baz
+ <strong>Fehler bei der Routenabfrage</strong>
+%= $err
</div>
</div>
% }