From 350d3ceb145a135a7b3990591aa5f5f89571eb33 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 11 Sep 2025 18:56:34 -0400 Subject: [PATCH] [templates] Move moods around --- .../templates/scrobbles/_last_scrobbles.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 %} -