From a5a5567dc78de1fe2de22b9f9651d63a3918291a Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Sun, 3 Jul 2011 11:57:27 +0200 Subject: don't show timeslots for musikprogramm. diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index 9d60678..ae1690a 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -11,11 +11,13 @@

{{ show.name }}

+ {% if show.id != 1 %}

{% for slot in show.programslots.all %} {{ slot }}
{% endfor %}

+ {% endif %}
-- cgit v0.10.2