From c3321d31d0501f23f81a711ee8532ee4e0dc6978 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 20 Dec 2019 12:44:42 -0800 Subject: Subscriptions: Display selected tag above videos. Otherwise, it wasn't clear enough that a tag was selected. --- youtube/templates/subscriptions.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'youtube/templates') diff --git a/youtube/templates/subscriptions.html b/youtube/templates/subscriptions.html index 12430a5..a4f294a 100644 --- a/youtube/templates/subscriptions.html +++ b/youtube/templates/subscriptions.html @@ -12,6 +12,9 @@ padding-left: 10px; padding-top: 10px; } + .current-tag{ + margin-bottom:10px; + } .video-section .page-button-row{ justify-content: center; } @@ -47,6 +50,9 @@ {% block main %}
+ {% if current_tag %} +

{{ current_tag }}

+ {% endif %}