diff options
Diffstat (limited to 'youtube/templates/local_playlist.html')
-rw-r--r-- | youtube/templates/local_playlist.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube/templates/local_playlist.html b/youtube/templates/local_playlist.html index bbe5edd..765ac66 100644 --- a/youtube/templates/local_playlist.html +++ b/youtube/templates/local_playlist.html @@ -2,7 +2,8 @@ {% extends "base.html" %} {% import "common_elements.html" as common_elements %} {% block style %} - <link href="/youtube.com/static/local_playlist.css" rel="stylesheet"> + <link href="/youtube.com/static/message_box.css" rel="stylesheet"/> + <link href="/youtube.com/static/local_playlist.css" rel="stylesheet"/> {% endblock style %} {% block main %} |