summaryrefslogtreecommitdiff
path: root/program/templates/show_list.html
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-08-17 22:03:32 (GMT)
committerGitHub <noreply@github.com>2016-08-17 22:03:32 (GMT)
commit0c2a864cc58acf436d49a09877ca55dd2c3b4fc4 (patch)
treea92f0f3ccdc212f34bc67db43e7fb5f2da8f5075 /program/templates/show_list.html
parent6990ff7f88f827d7193cb5ddef0be22546bccd23 (diff)
parent8531fd1756b37cf4c5d7c14d22dc9fb5057e0e74 (diff)
Merge pull request #3 from radio-helsinki-graz/recognize_activity
Recognize activity
Diffstat (limited to 'program/templates/show_list.html')
-rw-r--r--program/templates/show_list.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/program/templates/show_list.html b/program/templates/show_list.html
index 62594e9..96ea497 100644
--- a/program/templates/show_list.html
+++ b/program/templates/show_list.html
@@ -41,9 +41,7 @@
<h3 class="show-title"><a href="{% url "show-detail" show.slug %}">{{ show.name }}</a></h3>
<ul class="show-programslots">
{% for programslot in show.programslots.all %}
- {% if programslot.is_active %}
- <li class="show-programslot">{{ programslot }}</li>
- {% endif %}
+ <li class="show-programslot">{{ programslot }}</li>
{% endfor %}
</ul>
<p class="show-description">{{ show.short_description }}</p>