Show new badge next to new countries on travel stats page.

This commit is contained in:
Edward Betts 2025-01-24 20:19:25 +01:00
parent 340905ecff
commit 2f574264e5
2 changed files with 7 additions and 1 deletions

View file

@ -580,6 +580,7 @@ def trip_stats() -> str:
distances_by_transport_type=sum_distances_by_transport_type(trip_list),
yearly_stats=yearly_stats,
conferences=conferences,
previously_visited=app.config.get("PREVIOUSLY_VISITED", set),
)