diff options
-rw-r--r-- | program/templates/timeslot_detail.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/program/templates/timeslot_detail.html b/program/templates/timeslot_detail.html index a3b62af..5133320 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> |