From cc536f026ea3d7479ec9d461344a9bcdbf41bb92 Mon Sep 17 00:00:00 2001 From: krateng Date: Sat, 21 Oct 2023 21:57:50 +0200 Subject: [PATCH] Fixed issue with selector for performance page --- maloja/web/jinja/performance.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maloja/web/jinja/performance.jinja b/maloja/web/jinja/performance.jinja index dd6c711..1ebcca8 100644 --- a/maloja/web/jinja/performance.jinja +++ b/maloja/web/jinja/performance.jinja @@ -25,7 +25,7 @@
{{ filterdesc.desc(filterkeys,limitkeys,prefix='of') }}

- {% with artistchart = True %} + {% with artistchart = (filterkeys.get('artist') is not none) %} {% include 'snippets/timeselection.jinja' %} {% endwith %}