diff --git a/app/portal/report.py b/app/portal/report.py index 8ec0366..511c396 100644 --- a/app/portal/report.py +++ b/app/portal/report.py @@ -139,5 +139,5 @@ def report_blocks() -> ResponseReturnValue: return render_template("report_blocks.html.j2", blocked_today=blocked_today, origins=origins_with_deprecations, - countries=countries_report(), + countries=sorted(countries_report(), key=lambda c: c[0].risk_level), )