diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-08-17 22:03:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-17 22:03:32 (GMT) |
commit | 0c2a864cc58acf436d49a09877ca55dd2c3b4fc4 (patch) | |
tree | a92f0f3ccdc212f34bc67db43e7fb5f2da8f5075 /program/templates/show_detail.html | |
parent | 6990ff7f88f827d7193cb5ddef0be22546bccd23 (diff) | |
parent | 8531fd1756b37cf4c5d7c14d22dc9fb5057e0e74 (diff) |
Merge pull request #3 from radio-helsinki-graz/recognize_activity
Recognize activity
Diffstat (limited to 'program/templates/show_detail.html')
-rw-r--r-- | program/templates/show_detail.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/program/templates/show_detail.html b/program/templates/show_detail.html index 47d20a1..9fb9fb0 100644 --- a/program/templates/show_detail.html +++ b/program/templates/show_detail.html @@ -14,9 +14,7 @@ {% if show.id != 1 %} <p id="programslots"> {% for slot in show.programslots.all %} - {% if slot.is_active %} - <span class="programslot">{{ slot }}</span><br/> - {% endif %} + <span class="programslot">{{ slot }}</span><br/> {% endfor %} </p> {% endif %} |