diff --git a/templates/trip/stats.html b/templates/trip/stats.html index baae8ea..6fe8a18 100644 --- a/templates/trip/stats.html +++ b/templates/trip/stats.html @@ -7,7 +7,7 @@ {% block title %}{{ heading }} - Edward Betts{% endblock %} {% block content %} -
+

Trip statistics

Trips: {{ count }}
Total distance: {{ format_distance(total_distance) }}
@@ -25,7 +25,7 @@
Trips in {{ year }}: {{ year_stats.count }}
{{ countries | count }} countries visited in {{ year }}: {% for c in countries %} - {{ c.flag }} {{ c.name }} + {{ c.flag }} {{ c.name }} {% endfor %}
Flights in {{ year }}: {{ year_stats.flight_count }}