Skip to content
Snippets Groups Projects
Commit a5a5567d authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

don't show timeslots for musikprogramm.

parent cc7b17fe
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment