diff --git a/vrobbler/templates/charts/chart_index.html b/vrobbler/templates/charts/chart_index.html index 1c880ba..04da727 100644 --- a/vrobbler/templates/charts/chart_index.html +++ b/vrobbler/templates/charts/chart_index.html @@ -64,6 +64,30 @@ +{% if period_type == "month" and month %} +
+
+ Time machine: + {% for y in chart_years %} + {% if y != year %} + {{ y }} + {% endif %} + {% endfor %} +
+
+{% elif period_type == "week" and week %} +
+
+ Time machine: + {% for y in chart_years %} + {% if y != year %} + {{ y }} + {% endif %} + {% endfor %} +
+
+{% endif %} +
{% if charts.artist %}