From 6458416370613fe9db61327a38eba3ed735dc357 Mon Sep 17 00:00:00 2001 From: bkfox Date: Fri, 29 May 2020 17:39:15 +0200 Subject: [PATCH] playing now --- aircox/templates/aircox/widgets/episode_item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircox/templates/aircox/widgets/episode_item.html b/aircox/templates/aircox/widgets/episode_item.html index 7f6e8d8..f0e25df 100644 --- a/aircox/templates/aircox/widgets/episode_item.html +++ b/aircox/templates/aircox/widgets/episode_item.html @@ -14,7 +14,7 @@ Context variables: {% if not object.is_published and object.program.is_published %} {{ object.title }} - {% if object.is_now %}{% endif %} + {% if diffusion and diffusion.is_now %}{% endif %} {% else %} {{ block.super }}