mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Fixed issue with selector for performance page
This commit is contained in:
parent
464382f279
commit
cc536f026e
@ -25,7 +25,7 @@
|
||||
<br/>
|
||||
{{ filterdesc.desc(filterkeys,limitkeys,prefix='of') }}
|
||||
<br/><br/>
|
||||
{% with artistchart = True %}
|
||||
{% with artistchart = (filterkeys.get('artist') is not none) %}
|
||||
{% include 'snippets/timeselection.jinja' %}
|
||||
{% endwith %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user