diff options
author | Ernesto Rico Schmidt <ernesto@helsinki.at> | 2020-09-15 20:53:34 (GMT) |
---|---|---|
committer | Ernesto Rico Schmidt <ernesto@helsinki.at> | 2020-09-15 20:53:34 (GMT) |
commit | cc7a9dd7ced0e8abb1d243d1b9bd733827925e91 (patch) | |
tree | 8f785e73e216eeda899c09ed943f991c19dff6fa /program/templates/week_schedule_timeslot.html | |
parent | 8d938443c92560d9bd91a974436641e724025e56 (diff) |
Remove left-over hack
Diffstat (limited to 'program/templates/week_schedule_timeslot.html')
-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> |