diff --git a/templates/trip_list.html b/templates/trip_list.html index f4b8e6e..22f2f56 100644 --- a/templates/trip_list.html +++ b/templates/trip_list.html @@ -93,10 +93,19 @@

Trips

-
+
+
+
+
+
+
{{ section("Current", current, "attending") }} {{ section("Future", future, "going") }} -
+
+
+
+
+
{{ section("Past", past|reverse, "went") }}
{% endblock %}