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 %}