diff --git a/program/templates/timeslot_detail.html b/program/templates/timeslot_detail.html
index a3b62afd7bbc306fd6c6521b72e58c01ac820cb7..5133320130396ff0463c18916cec899c7f3fd6a6 100644
--- a/program/templates/timeslot_detail.html
+++ b/program/templates/timeslot_detail.html
@@ -54,14 +54,6 @@
             <strong>CBA-Link:</strong> <a href="http://cba.fro.at/series/{{ timeslot.show.cba_series_id }}">CBA</a><br/>
         {% endif %}
     </p>
-
-    {% load comments %}
-
-    <div class="comments">
-    {% render_comment_list for timeslot %}
-
-    {% render_comment_form for timeslot %}
-    </div>
 </div>
 
 </body>