diff --git a/templates/travel.html b/templates/travel.html
index 87dd16b..8b8c2ba 100644
--- a/templates/travel.html
+++ b/templates/travel.html
@@ -40,6 +40,7 @@
flight
reference
tracking
+
{% for item in flights | sort(attribute="depart") %}
{{ flight_row(item) }}
@@ -57,6 +58,7 @@
operator
reference
+
{% for item in trains | sort(attribute="depart") %}
{{ train_row(item) }}