aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/subscriptions.py
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-08-12 15:09:28 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-08-12 15:09:28 -0700
commitde33ee6bb87aeff4bdc01a995c24515894a6a3a8 (patch)
tree1198934cb80514dcfda4bb1ad471067aa1ed5554 /youtube/subscriptions.py
parentdd4841901f676fff619d9cf794c37a35e202bda6 (diff)
downloadyt-local-de33ee6bb87aeff4bdc01a995c24515894a6a3a8.tar.lz
yt-local-de33ee6bb87aeff4bdc01a995c24515894a6a3a8.tar.xz
yt-local-de33ee6bb87aeff4bdc01a995c24515894a6a3a8.zip
When restricting subscriptions to a tag, make that tag unclickable and add link to unrestrict
Diffstat (limited to 'youtube/subscriptions.py')
-rw-r--r--youtube/subscriptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/subscriptions.py b/youtube/subscriptions.py
index 5a957ac..64a72f4 100644
--- a/youtube/subscriptions.py
+++ b/youtube/subscriptions.py
@@ -535,6 +535,7 @@ def get_subscriptions_page():
num_pages = math.ceil(number_of_videos_in_db/60),
parameters_dictionary = request.args,
tags = tags,
+ current_tag = tag,
subscription_list = subscription_list,
)