From 67c867ddd2fe8fb5f1dff55c2326d2410f12743a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 18 Aug 2022 14:32:58 +0100 Subject: [PATCH] Put playlist link in hero --- .../spotify/templates/spotify/spotify_playlist_page.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/spotify/templates/spotify/spotify_playlist_page.html b/website/spotify/templates/spotify/spotify_playlist_page.html index d4281ab..e00c36a 100644 --- a/website/spotify/templates/spotify/spotify_playlist_page.html +++ b/website/spotify/templates/spotify/spotify_playlist_page.html @@ -1,8 +1,12 @@ {% extends "common/content_page.html" %} +{% block hero_buttons %} + + {{ block.super }} +{% endblock %} + {% block post_content %}
-

View on Spotify