diff --git a/templates/trips.html b/templates/trip_list.html similarity index 100% rename from templates/trips.html rename to templates/trip_list.html diff --git a/web_view.py b/web_view.py index 1b57fb9..16daefe 100755 --- a/web_view.py +++ b/web_view.py @@ -193,7 +193,7 @@ def trip_list() -> str: route["geojson"] = agenda.trip.read_geojson(route.pop("geojson_filename")) return flask.render_template( - "trips.html", + "trip_list.html", current=current, past=past, future=future,