diff options
Diffstat (limited to 'templates/departure_list.html')
-rw-r--r-- | templates/departure_list.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/departure_list.html b/templates/departure_list.html index 3762a03..42ce550 100644 --- a/templates/departure_list.html +++ b/templates/departure_list.html @@ -10,6 +10,15 @@ <div class="container"> <div class="content"> + {% if warning %} + <div class="content"> + <div class="warning"> + <strong>{{ warning["lead"] }}</strong> + {{ warning["body"] }} + <div class="errcode">{{ warning["code"] }}</div> + </div> + </div> + {% endif %} {% if not departures %} <div class="globalnote">Keine Abfahrten innerhalb der nächsten zwei Stunden</div> {% endif %} |