From c279367508baeb91957bc95d69f0961eb3cd67f7 Mon Sep 17 00:00:00 2001 From: pluja Date: Wed, 7 Oct 2020 17:04:48 +0200 Subject: [PATCH] Fixes #97 --- app/templates/video.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/templates/video.html b/app/templates/video.html index 228c27f..fd46545 100644 --- a/app/templates/video.html +++ b/app/templates/video.html @@ -101,8 +101,10 @@ - +{% if video.isLive %} + +{% endif %} {% endblock %} \ No newline at end of file