diff --git a/marietje/stats/templates/stats/stats.html b/marietje/stats/templates/stats/stats.html index a20d72d..b20473e 100644 --- a/marietje/stats/templates/stats/stats.html +++ b/marietje/stats/templates/stats/stats.html @@ -134,7 +134,7 @@ # Artist Title - # Requests + # Requests @@ -143,7 +143,7 @@ {{ forloop.counter }} {{ stat.song__artist }} {{ stat.song__title }} - {{ stat.total }} + {{ stat.total }} {% endfor %} @@ -151,7 +151,7 @@
-

Most played Artists

+

Most played artists

These are the {{ stats.stats_top_count }} most played artists ever.

@@ -210,7 +210,7 @@ - + @@ -219,7 +219,7 @@ - + {% endfor %} diff --git a/marietje/stats/templates/stats/user.html b/marietje/stats/templates/stats/user.html index 1df2c66..8459d4e 100644 --- a/marietje/stats/templates/stats/user.html +++ b/marietje/stats/templates/stats/user.html @@ -32,7 +32,7 @@ - + @@ -41,7 +41,7 @@ - + {% endfor %} @@ -49,7 +49,7 @@
-

Most played Artists

+

Most played artists

Top {{ stats.stats_top_count }}:

# Artist Title# Requests# Requests
{{ forloop.counter }} {{ stat.song__artist }} {{ stat.song__title }}{{ stat.total }}{{ stat.total }}
# Artist Title# Requests# Requests
{{ forloop.counter }} {{ stat.song__artist }} {{ stat.song__title }}{{ stat.total }}{{ stat.total }}