From 56dfb6db19ba52c855e49bad3aecc3080e7351e8 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Thu, 26 Nov 2020 18:24:15 -0800 Subject: [PATCH] Add the state filter's name into the "X items" line. --- frontends/ycdl_flask/templates/channel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/ycdl_flask/templates/channel.html b/frontends/ycdl_flask/templates/channel.html index d59175f..f70ef3c 100644 --- a/frontends/ycdl_flask/templates/channel.html +++ b/frontends/ycdl_flask/templates/channel.html @@ -198,7 +198,7 @@ https://stackoverflow.com/a/35153397
-
{{videos|length}} items
+
{{videos|length}} {{state or ""}} items
{% for video in videos %}