From 8529c659f7d212fd781190951d8d9aabfa4b208c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 25 Aug 2021 22:00:37 +0200 Subject: add icon for departures with missing realtime data --- templates/departure_list.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/departure_list.html b/templates/departure_list.html index 3edaef6..eade979 100644 --- a/templates/departure_list.html +++ b/templates/departure_list.html @@ -15,6 +15,8 @@ {% if departure.delay %} ({{ departure.delay }}) + {% elif departure.delay is none %} + {% endif %} {{ departure.relativeWhen }} -- cgit v1.2.3