diff --git a/vrobbler/templates/scrobbles/_last_scrobbles.html b/vrobbler/templates/scrobbles/_last_scrobbles.html index 8591c4c..4d46c93 100644 --- a/vrobbler/templates/scrobbles/_last_scrobbles.html +++ b/vrobbler/templates/scrobbles/_last_scrobbles.html @@ -25,6 +25,15 @@

No food today

{% endif %} +

Moods

+ {% if Mood %} + {% with scrobbles=Mood count=Mood_count time=Mood_time %} + {% include "scrobbles/_scrobble_table.html" %} + {% endwith %} + {% else %} +

No moods felt today

+ {% endif %} +
@@ -135,14 +144,5 @@

No locations visited today

{% endif %} -

Moods

- {% if Mood %} - {% with scrobbles=Mood count=Mood_count time=Mood_time %} - {% include "scrobbles/_scrobble_table.html" %} - {% endwith %} - {% else %} -

No moods felt today

- {% endif %} -