From a4e01da27c08e43a67b2618ad1e71c1f8f86d5cd Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Thu, 19 Sep 2024 15:33:11 +0530 Subject: youtube fronend --- youtube/templates/unsubscribe_verify.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 youtube/templates/unsubscribe_verify.html (limited to 'youtube/templates/unsubscribe_verify.html') diff --git a/youtube/templates/unsubscribe_verify.html b/youtube/templates/unsubscribe_verify.html new file mode 100644 index 0000000..e899783 --- /dev/null +++ b/youtube/templates/unsubscribe_verify.html @@ -0,0 +1,21 @@ +{% set page_title = 'Unsubscribe?' %} +{% extends "base.html" %} +{% block style %} + +{% endblock style %} + +{% block main %} +

Are you sure you want to unsubscribe from these channels?

+
+ {% for channel_id, channel_name in unsubscribe_list %} + + {% endfor %} + + +
+ +{% endblock main %} -- cgit v1.2.3-59-g8ed1b