diff --git a/vrobbler/templates/scrobbles/_top_charts.html b/vrobbler/templates/scrobbles/_top_charts.html index c1c4cb1..149a60b 100644 --- a/vrobbler/templates/scrobbles/_top_charts.html +++ b/vrobbler/templates/scrobbles/_top_charts.html @@ -190,7 +190,7 @@
#1 {{tracks.0.title}}
{% if tracks.0 %} {% if tracks.0.album.cover_image %} - + {% else %} {% endif %} @@ -203,7 +203,7 @@
#2 {{tracks.1.title}}
{% if tracks.1 %} {% if tracks.1.album.cover_image %} - + {% else %} {% endif %} @@ -213,7 +213,7 @@
#3 {{tracks.2.title}}
{% if tracks.2 %} {% if tracks.2.album.cover_image %} - + {% else %} {% endif %} @@ -223,7 +223,7 @@
#4 {{tracks.3.title}}
{% if tracks.3 %} {% if tracks.3.album.cover_image %} - + {% else %} {% endif %} @@ -233,7 +233,7 @@
#5 {{tracks.4.title}}
{% if tracks.4 %} {% if tracks.4.album.cover_image %} - + {% else %} {% endif %} @@ -247,7 +247,7 @@
#6 {{tracks.5.title}}
{% if tracks.5 %} {% if tracks.5.album.cover_image %} - + {% else %} {% endif %} @@ -257,7 +257,7 @@
#7 {{tracks.6.title}}
{% if tracks.6 %} {% if tracks.6.album.cover_image %} - + {% else %} {% endif %} @@ -267,7 +267,7 @@
#8 {{tracks.7.title}}
{% if tracks.7 %} {% if tracks.7.album.cover_image %} - + {% else %} {% endif %} @@ -277,7 +277,7 @@
#9 {{tracks.8.title}}
{% if tracks.8 %} {% if tracks.8.album.cover_image %} - + {% else %} {% endif %} @@ -287,7 +287,7 @@
#10 {{tracks.9.title}}
{% if tracks.9 %} {% if tracks.9.album.cover_image %} - + {% else %} {% endif %} @@ -297,7 +297,7 @@
#11 {{tracks.10.title}}
{% if tracks.10 %} {% if tracks.10.album.cover_image %} - + {% else %} {% endif %} @@ -307,7 +307,7 @@
#12 {{tracks.11.title}}
{% if tracks.11 %} {% if tracks.11.album.cover_image %} - + {% else %} {% endif %} @@ -317,7 +317,7 @@
#13 {{tracks.12.title}}
{% if tracks.12 %} {% if tracks.12.album.cover_image %} - + {% else %} {% endif %} @@ -327,7 +327,7 @@
#14 {{tracks.13.title}}
{% if tracks.13 %} {% if tracks.13.album.cover_image %} - + {% else %} {% endif %}