diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-03-29 13:33:04 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-03-29 13:33:04 (GMT) |
commit | 65efbfa1afb6161f0a4220b9da49904abf86e121 (patch) | |
tree | 58822a02d2fc27f2114d3b76529198f2bc3cffb0 | |
parent | d25c5ff943e2c9124edd9ea32207db94f721798a (diff) |
removed unused comments template stuff
-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> |