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