Add commenting on photos

pull/2/head
Noah 2014-04-07 09:44:20 -07:00
parent 61dce0f90f
commit 1ff8e277b1
1 changed files with 5 additions and 0 deletions

View File

@ -46,4 +46,9 @@ Uploaded by {{ author["name"] }} on {{ photo["pretty_time"] }}.
</ul> </ul>
{% endif %} {% endif %}
{{ include_page("comment.partial_index",
thread="photos-{}".format(photo["key"]),
subject="Photo Comment",
) | safe }}
{% endblock %} {% endblock %}