diff options
Diffstat (limited to 'program/templates/timeslot_detail.html')
-rw-r--r-- | program/templates/timeslot_detail.html | 6 |
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> |