diff options
Diffstat (limited to 'youtube/templates/local_playlists_list.html')
-rw-r--r-- | youtube/templates/local_playlists_list.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/youtube/templates/local_playlists_list.html b/youtube/templates/local_playlists_list.html index 9b5f510..61a6888 100644 --- a/youtube/templates/local_playlists_list.html +++ b/youtube/templates/local_playlists_list.html @@ -1,6 +1,10 @@ {% set page_title = 'Local playlists' %} {% extends "base.html" %} +{% block style %} + <link href="/youtube.com/static/home.css" rel="stylesheet"/> +{% endblock style %} + {% block main %} <ul> {% for playlist_name, playlist_url in playlists %} @@ -8,9 +12,3 @@ {% endfor %} </ul> {% endblock main %} - - - - - - |