summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-03-29 13:33:04 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-03-29 13:33:04 (GMT)
commit65efbfa1afb6161f0a4220b9da49904abf86e121 (patch)
tree58822a02d2fc27f2114d3b76529198f2bc3cffb0
parentd25c5ff943e2c9124edd9ea32207db94f721798a (diff)
removed unused comments template stuff
-rw-r--r--program/templates/timeslot_detail.html8
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>