{% extends "site_base.html" %} {% load comments %} {% block extranav %}
{{ corkboard.description }}
To comment on an image select the image above and use the comments form related to it.
Comments on corkboard {{ corkboard.title }}
{% get_comment_list for corkboard as comment_list %} {% for comment in comment_list %}To comment on an image select the image above and use the comments form related to it.
{% render_comment_form for corkboard %}