From fd93df93a89d15b677929e985cf22cff70fd06d0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 18 Aug 2022 14:31:02 +0100 Subject: [PATCH] Add share links to spotify page --- website/spotify/templates/spotify/spotify_playlist_page.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/spotify/templates/spotify/spotify_playlist_page.html b/website/spotify/templates/spotify/spotify_playlist_page.html index aab3690..d4281ab 100644 --- a/website/spotify/templates/spotify/spotify_playlist_page.html +++ b/website/spotify/templates/spotify/spotify_playlist_page.html @@ -20,4 +20,6 @@ + + {% include "common/shareon.html" %} {% endblock %}