From 29ce7efc13d84ffd46dace0f6494a9c4ae441780 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 18 Aug 2022 14:30:51 +0100 Subject: [PATCH] Move spotify link above playlist --- website/spotify/templates/spotify/spotify_playlist_page.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/spotify/templates/spotify/spotify_playlist_page.html b/website/spotify/templates/spotify/spotify_playlist_page.html index 521effd..aab3690 100644 --- a/website/spotify/templates/spotify/spotify_playlist_page.html +++ b/website/spotify/templates/spotify/spotify_playlist_page.html @@ -2,7 +2,7 @@ {% block post_content %}
-

{{ playlist.name }}

+

View on Spotify

@@ -20,7 +20,4 @@
-
- View on Spotify -
{% endblock %}