Ability to only show videos from channels with specific tag

This commit is contained in:
James Taylor
2019-08-11 18:17:19 -07:00
parent d1ae8dc290
commit b469536ce6
2 changed files with 18 additions and 8 deletions

View File

@@ -64,7 +64,7 @@
<ol class="sidebar-list tags">
{% for tag in tags %}
<li class="sidebar-list-item">
<span class="sidebar-item-name">{{ tag }}</span>
<a href="?tag={{ tag|urlencode }}" class="sidebar-item-name">{{ tag }}</a>
<form method="POST" class="sidebar-item-refresh">
<input type="submit" value="Check">
<input type="hidden" name="action" value="refresh">