diff options
author | Ernesto Rico Schmidt <ernesto@helsinki.at> | 2020-09-15 20:53:34 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2020-09-21 15:39:35 (GMT) |
commit | 0ea0e99b1d0be3b10e0f65256ba1e93ea09b404b (patch) | |
tree | 0ac31132427a651c7a7e5bd32619ed1639845a45 /program/templates | |
parent | 201fd4501b1b85f8449461b30bcb6625b58eb011 (diff) |
Remove left-over hack
Diffstat (limited to 'program/templates')
-rw-r--r-- | program/templates/week_schedule_timeslot.html | 2 |
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> |