reverse template usage

This commit is contained in:
Kenneth Kehl
2025-10-08 12:10:01 -07:00
parent ebf1f96403
commit 2dd73d195b

View File

@@ -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,