From a5606951c5f3dc287ec89099f7386ed0f6db9fe1 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 23 Sep 2025 00:43:49 -0400 Subject: [PATCH] [templates] Fix missing Beer placeholder --- vrobbler/templates/scrobbles/_last_scrobbles.html | 1 + 1 file changed, 1 insertion(+) diff --git a/vrobbler/templates/scrobbles/_last_scrobbles.html b/vrobbler/templates/scrobbles/_last_scrobbles.html index 4d46c93..e1cee3e 100644 --- a/vrobbler/templates/scrobbles/_last_scrobbles.html +++ b/vrobbler/templates/scrobbles/_last_scrobbles.html @@ -105,6 +105,7 @@ {% with scrobbles=Beer count=Beer_count time=Beer_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} + {% else %}

No beer today

{% endif %}