Rename trips.html template to trip_list.html
This commit is contained in:
		
							parent
							
								
									fd34190368
								
							
						
					
					
						commit
						fab478dc61
					
				| 
						 | 
					@ -193,7 +193,7 @@ def trip_list() -> str:
 | 
				
			||||||
            route["geojson"] = agenda.trip.read_geojson(route.pop("geojson_filename"))
 | 
					            route["geojson"] = agenda.trip.read_geojson(route.pop("geojson_filename"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return flask.render_template(
 | 
					    return flask.render_template(
 | 
				
			||||||
        "trips.html",
 | 
					        "trip_list.html",
 | 
				
			||||||
        current=current,
 | 
					        current=current,
 | 
				
			||||||
        past=past,
 | 
					        past=past,
 | 
				
			||||||
        future=future,
 | 
					        future=future,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue