Rename trips.html template to trip_list.html

This commit is contained in:
Edward Betts 2024-01-14 10:32:52 +00:00
parent fd34190368
commit fab478dc61
2 changed files with 1 additions and 1 deletions

View file

@ -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,