Add same-day destination switcher to results
This commit is contained in:
parent
c3d289e809
commit
143887d482
3 changed files with 49 additions and 0 deletions
1
app.py
1
app.py
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue