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/local_playlist.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'youtube/templates/local_playlist.html') 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 %} - + + {% endblock style %} {% block main %} -- cgit v1.2.3