diff --git a/app/main/views/dashboard.py b/app/main/views/dashboard.py index c8ed951a0..8683b5a62 100644 --- a/app/main/views/dashboard.py +++ b/app/main/views/dashboard.py @@ -194,7 +194,7 @@ def template_usage(service_id): get_monthly_template_stats(month, stats) for month in get_months_for_financial_year(year, time_format="%B") ] - + months.reverse() return render_template( "views/dashboard/all-template-statistics.html", months=months,