From f7675b8a02c1687e9beeeb8ba5acac6fa0eb60d9 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 22 May 2026 11:41:18 -0400 Subject: [PATCH] [charts] Fix missing title for trails --- vrobbler/apps/charts/templates/charts/chart_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/apps/charts/templates/charts/chart_index.html b/vrobbler/apps/charts/templates/charts/chart_index.html index b3545a6..a4489f0 100644 --- a/vrobbler/apps/charts/templates/charts/chart_index.html +++ b/vrobbler/apps/charts/templates/charts/chart_index.html @@ -337,7 +337,7 @@ {% for chart in charts.trail %} {{chart.rank}} - {{chart.trail.name}} + {{chart.trail.title}} {{chart.count}} {% endfor %}