diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-07-03 09:57:27 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-07-03 09:57:27 (GMT) |
commit | a5a5567dc78de1fe2de22b9f9651d63a3918291a (patch) | |
tree | 37ad972fc08415cac0d1d907ec13e3b90dbf7db6 /templates/program | |
parent | cc7b17fead189eb2afb7524b3288e5453efe9047 (diff) |
don't show timeslots for musikprogramm.
Diffstat (limited to 'templates/program')
-rw-r--r-- | templates/program/show_detail.html | 2 |
1 files changed, 2 insertions, 0 deletions
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"> |