summaryrefslogtreecommitdiff
path: root/program/templates/timeslot_detail.html
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-03-27 18:56:59 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-03-27 18:56:59 (GMT)
commit43fa018afbade0085ffae9734eedd8de75a5fdf9 (patch)
tree7f2f6a07904ffebbec51a53edb759ac17172eba7 /program/templates/timeslot_detail.html
parent6c29ea12d96094cf1b71e6c2f22043bf92d32bcb (diff)
fixed templates
Diffstat (limited to 'program/templates/timeslot_detail.html')
-rw-r--r--program/templates/timeslot_detail.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/program/templates/timeslot_detail.html b/program/templates/timeslot_detail.html
index c899c32..a3b62af 100644
--- a/program/templates/timeslot_detail.html
+++ b/program/templates/timeslot_detail.html
@@ -55,7 +55,13 @@
{% endif %}
</p>
+ {% load comments %}
+ <div class="comments">
+ {% render_comment_list for timeslot %}
+
+ {% render_comment_form for timeslot %}
+ </div>
</div>
</body>