Show current trip on future trip map
This commit is contained in:
		
							parent
							
								
									c9fcf1d5e7
								
							
						
					
					
						commit
						2e1cf0ce84
					
				| 
						 | 
					@ -319,7 +319,7 @@ def trip_future_list() -> str:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    future = [item for item in trip_list if item.start > today]
 | 
					    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(
 | 
					    return flask.render_template(
 | 
				
			||||||
        "trip/list.html",
 | 
					        "trip/list.html",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue