summaryrefslogtreecommitdiff
path: root/templates/departure_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/departure_list.html')
-rw-r--r--templates/departure_list.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/departure_list.html b/templates/departure_list.html
index a82e7c3..dea886c 100644
--- a/templates/departure_list.html
+++ b/templates/departure_list.html
@@ -5,8 +5,14 @@
{% include 'header.html' %}
</head>
<body>
+
+{% include 'navbar.html' %}
+
<div class="container">
<div class="content">
+ {% if not departures %}
+ <div class="globalnote">Keine Abfahrten innerhalb der nächsten zwei Stunden</div>
+ {% endif %}
<ul class="departures">
{% for departure in departures %}
<li class="{{ departure.classes }}" onclick="location.href='https://dbf.finalrewind.org/map/{{ departure.tripId }}/0';">