From 2826e8972fd36709db94f7d36907641e04a2eabc Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 6 Jan 2020 21:56:22 -0800 Subject: [PATCH] Add link directly to channel's pending page. --- frontends/ycdl_flask/templates/channels.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/ycdl_flask/templates/channels.html b/frontends/ycdl_flask/templates/channels.html index f5af394..cc51ea0 100644 --- a/frontends/ycdl_flask/templates/channels.html +++ b/frontends/ycdl_flask/templates/channels.html @@ -64,7 +64,7 @@ {% else %}
{% endif %} - {{channel['name']}} + {{channel['name']}} (p)
{% endfor %}