summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/templates/week_schedule_timeslot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/week_schedule_timeslot.html b/program/templates/week_schedule_timeslot.html
index a8538a7..4416ef7 100644
--- a/program/templates/week_schedule_timeslot.html
+++ b/program/templates/week_schedule_timeslot.html
@@ -28,7 +28,7 @@
{% endif %}
{% if forloop.last %}
- {% if timeslot.end|time:"Hi" <= "0600" and timeslot.pk != 99678 %}
+ {% if timeslot.end|time:"Hi" <= "0600" %}
<div class="timeslot bf-{{ timeslot.show.broadcastformat.slug }}"
style="height: {% height timeslot.start timeslot.end %}px;">
<div><a href="{% url "timeslot-detail" timeslot.id %}">{{ timeslot.show.name }}</a></div>