From 2b8a4af70118027fba1c4d8aa692802ff2a8ad25 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 18 Nov 2018 23:11:38 +0100 Subject: [PATCH] add song links --- templates/minis/discord.html | 6 +++--- templates/topsongs.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/minis/discord.html b/templates/minis/discord.html index 23f073b9..7099ee0d 100644 --- a/templates/minis/discord.html +++ b/templates/minis/discord.html @@ -13,7 +13,7 @@ {% if record["last_song"] %}
Ultima canzone
- {{ record["last_song"] }} + {{ record["last_song"] }}
{{ record["last_play_time"].strftime('%Y-%m-%d %H:%M:%S %Z') }}
{% else %} @@ -23,9 +23,9 @@ {% endif %} {% if record["fav_song"] %} -
Canzone preferita
+
Canzone preferita
- {{ record["fav_song"] }} + {{ record["fav_song"] }}
{{ record["max_plays"] }}x
{% else %} diff --git a/templates/topsongs.html b/templates/topsongs.html index 0cd8165f..ba8aecfe 100644 --- a/templates/topsongs.html +++ b/templates/topsongs.html @@ -18,7 +18,7 @@ {% for song in songs %} - {{ song[0] }} + {{ song[0] }} {{ song[1] }} {% endfor %}