Some interlinking

This commit is contained in:
krateng 2023-04-08 17:40:18 +02:00
parent 6ad204a58b
commit 676ca9d4f5
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
{% set thisrange = e.range %}
{% set album = e.album %}
<tr>
<td>{{ thisrange.desc() }}</td>
<td><a href="{{ mlj_uri.create_uri("/charts_albums",{'timerange':thisrange}) }}">{{ thisrange.desc() }}</a></td>
{% if album is none %}
<td><div></div></td>

View File

@ -12,7 +12,7 @@
{% set thisrange = e.range %}
{% set artist = e.artist %}
<tr>
<td>{{ thisrange.desc() }}</td>
<td><a href="{{ mlj_uri.create_uri("/charts_artists",{'timerange':thisrange}) }}">{{ thisrange.desc() }}</a></td>
{% if artist is none %}
<td><div></div></td>

View File

@ -12,7 +12,7 @@
{% set thisrange = e.range %}
{% set track = e.track %}
<tr>
<td>{{ thisrange.desc() }}</td>
<td><a href="{{ mlj_uri.create_uri("/charts_tracks",{'timerange':thisrange}) }}">{{ thisrange.desc() }}</a></td>
{% if track is none %}
<td><div></div></td>