Show new badge next to new countries on travel stats page.
This commit is contained in:
parent
340905ecff
commit
2f574264e5
2 changed files with 7 additions and 1 deletions
|
|
@ -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),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue