From 8afb22726710aebfea67ddd2c5cd044d573a3946 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 27 May 2026 13:51:36 -0400 Subject: [PATCH] [calendar] Keep query params when navigating --- vrobbler/templates/scrobbles/calendar.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/vrobbler/templates/scrobbles/calendar.html b/vrobbler/templates/scrobbles/calendar.html index c94aa3d..7dc8c07 100644 --- a/vrobbler/templates/scrobbles/calendar.html +++ b/vrobbler/templates/scrobbles/calendar.html @@ -166,19 +166,18 @@ header.navbar { display: none !important; } {% block content %}
- All {% for mt in media_types %} - {{ mt.emoji }} {{ mt.name }} {% endfor %} - Home
- + {{ month_name }} {{ year }} - +
{% for name in day_names %} @@ -202,9 +201,10 @@ header.navbar { display: none !important; } {% endfor %}