diff --git a/templates/trip_page.html b/templates/trip_page.html index e4b57d6..7c97800 100644 --- a/templates/trip_page.html +++ b/templates/trip_page.html @@ -72,6 +72,7 @@ {% for item in trip.travel %} {{ row[item.type](item) }} {% endfor %} + {% if holidays %}

Holidays

@@ -90,6 +91,7 @@ {% endfor %}
+ {% endif %}

{% if prev_trip %}