Add same-day destination switcher to results

This commit is contained in:
Edward Betts 2026-04-01 12:50:43 +01:00
parent c3d289e809
commit 143887d482
3 changed files with 49 additions and 0 deletions

1
app.py
View file

@ -121,6 +121,7 @@ def results(slug, travel_date):
return render_template(
'results.html',
trips=trips,
destinations=DESTINATIONS,
destination=destination,
travel_date=travel_date,
slug=slug,