From e9215534d3f775078715c4b5af8de0e04c79d942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 15 Dec 2020 11:24:13 -0500 Subject: Migration general theme: fix missing message-box style --- youtube/templates/watch.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'youtube/templates/watch.html') 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 %} - + + {% endblock style %} {% block main %} -- cgit v1.2.3