From 7a1adb9238d02726cf9bf832c06ebbb3046bbe8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 28 Sep 2013 13:19:28 +0200 Subject: [PATCH] do not include empty .dateBloc --- panikweb_templates/templates/episodes/detail.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panikweb_templates/templates/episodes/detail.html b/panikweb_templates/templates/episodes/detail.html index a4f55f0..d195f23 100644 --- a/panikweb_templates/templates/episodes/detail.html +++ b/panikweb_templates/templates/episodes/detail.html @@ -1,6 +1,7 @@ {% load thumbnails %} {% load paniktags %}
+ {% if episode.first_diffusion %}
@@ -19,6 +20,7 @@
+ {% endif %} {% if diffusions %}

{{ episode.title }}

-- 2.39.2