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 %}