From 7fb32adf98e180c59ad9863cf1afd1af0b12125b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Aug 2021 13:04:58 +0200 Subject: regularly update relative departure timestamps even when offline --- templates/departure_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/departure_list.html b/templates/departure_list.html index f3cd900..801e6d2 100644 --- a/templates/departure_list.html +++ b/templates/departure_list.html @@ -1,5 +1,5 @@ {% for departure in departures %} -
  • +
  • {{ departure.line.name }} {% if departure.suffix %} -- cgit v1.2.3