diff --git a/templates/trip_page.html b/templates/trip_page.html index ac8a381..1743951 100644 --- a/templates/trip_page.html +++ b/templates/trip_page.html @@ -200,10 +200,12 @@ {{ item.airline_name }} ({{ item.airline }}) ✨ {{ display_datetime(item.depart) }} + {% if item.arrive %} → {{ item.arrive.strftime("%H:%M %z") }} ✨ {{ ((item.arrive - item.depart).total_seconds() // 60) | int }} mins + {% endif %} ✨ {{ item.airline }}{{ item.flight_number }}