aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/channel.html
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-15 11:24:13 -0500
committerJesús <heckyel@hyperbola.info>2020-12-15 11:24:13 -0500
commite9215534d3f775078715c4b5af8de0e04c79d942 (patch)
treec5f7fcddfc9617cf1c88940fedf025d16c9dbd47 /youtube/templates/channel.html
parent7a765dc664d20f966e4e52abac1f5372045e166c (diff)
downloadyt-local-e9215534d3f775078715c4b5af8de0e04c79d942.tar.lz
yt-local-e9215534d3f775078715c4b5af8de0e04c79d942.tar.xz
yt-local-e9215534d3f775078715c4b5af8de0e04c79d942.zip
Migration general theme: fix missing message-box style
Diffstat (limited to 'youtube/templates/channel.html')
-rw-r--r--youtube/templates/channel.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html
index 25b0971..7ac36d4 100644
--- a/youtube/templates/channel.html
+++ b/youtube/templates/channel.html
@@ -7,7 +7,8 @@
{% extends "base.html" %}
{% import "common_elements.html" as common_elements %}
{% block style %}
- <link href="/youtube.com/static/channel.css" rel="stylesheet">
+ <link href="/youtube.com/static/message_box.css" rel="stylesheet"/>
+ <link href="/youtube.com/static/channel.css" rel="stylesheet"/>
{% endblock style %}
{% block main %}