diff --git a/web_view.py b/web_view.py index 293cba4..8131935 100755 --- a/web_view.py +++ b/web_view.py @@ -319,7 +319,7 @@ def trip_future_list() -> str: future = [item for item in trip_list if item.start > today] - coordinates, routes = agenda.trip.get_coordinates_and_routes(future) + coordinates, routes = agenda.trip.get_coordinates_and_routes(current + future) return flask.render_template( "trip/list.html",