From f2fc1cf5644bcc9301bbc28e7ae2783a34f3dcdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 31 Dec 2021 17:35:48 -0500 Subject: [FrontEnd]: fix missing unsubscribe style --- youtube/templates/unsubscribe_verify.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'youtube/templates') diff --git a/youtube/templates/unsubscribe_verify.html b/youtube/templates/unsubscribe_verify.html index 98581c0..e899783 100644 --- a/youtube/templates/unsubscribe_verify.html +++ b/youtube/templates/unsubscribe_verify.html @@ -1,17 +1,19 @@ {% set page_title = 'Unsubscribe?' %} {% extends "base.html" %} +{% block style %} + +{% endblock style %} {% block main %} - Are you sure you want to unsubscribe from these channels? +

Are you sure you want to unsubscribe from these channels?

{% for channel_id, channel_name in unsubscribe_list %} {% endfor %} -
-