From fc4aebc4a4f450d6d041be83433213ebf05919db Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 4 Sep 2020 14:48:50 -0700 Subject: [PATCH] Fix double "return return". --- frontends/ycdl_flask/templates/channel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/ycdl_flask/templates/channel.html b/frontends/ycdl_flask/templates/channel.html index 47e7c97..23f4cc1 100644 --- a/frontends/ycdl_flask/templates/channel.html +++ b/frontends/ycdl_flask/templates/channel.html @@ -167,8 +167,8 @@ https://stackoverflow.com/a/35153397
{% if channel is not none %} -
-
+
+

{% endif %}