diff --git a/templates/navbar.html b/templates/navbar.html
index 2ba8830..9f8085c 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -29,9 +29,6 @@
{% endfor %}
-
diff --git a/templates/trip_page.html b/templates/trip_page.html
index e7c9ce2..715b14a 100644
--- a/templates/trip_page.html
+++ b/templates/trip_page.html
@@ -57,10 +57,7 @@
{{ trip.title }}({{ display_date(trip.start) }})
Countries: {{ trip.countries_str }}
{% if end %}
-
- Dates: {{ display_date_no_year(trip.start) }} to {{ display_date_no_year(end) }}
- ({{ (end - trip.start).days }} nights)
-
+ Dates: {{ display_date_no_year(trip.start) }} to {{ display_date_no_year(end) }}
{% else %}
Start: {{ display_date_no_year(trip.start) }} (end date missing)
{% endif %}