From a5a5567dc78de1fe2de22b9f9651d63a3918291a Mon Sep 17 00:00:00 2001
From: Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com>
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 @@
   <div class="show-detail-header bf-{{show.broadcastformat.slug}}">
     <div class="show-details">
       <h1 id="name">{{ show.name }}</h1>
+    {% if show.id != 1 %}
       <p id="programslots">
       {% for slot in show.programslots.all %}
         <span class="programslot">{{ slot }}</span><br />
       {% endfor %}
       </p>
+    {% endif %}
     </div>
 
     <div class="show-categorization">
-- 
cgit v0.10.2