From 33bba9762c7f96a754351f3422f74364c5bdecac Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 10 Aug 2019 17:05:14 -0700 Subject: Convert subscription manager to flask framework --- youtube/templates/unsubscribe_verify.html | 19 +++++++++++++++++++ 1 file changed, 19 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..98581c0 --- /dev/null +++ b/youtube/templates/unsubscribe_verify.html @@ -0,0 +1,19 @@ +{% set page_title = 'Unsubscribe?' %} +{% extends "base.html" %} + +{% 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