From cc7a9dd7ced0e8abb1d243d1b9bd733827925e91 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Tue, 15 Sep 2020 16:53:34 -0400
Subject: Remove left-over hack


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>
-- 
cgit v0.10.2