1
0
Fork 0

Add commenting on photos

pull/2/head
Noah 2014-04-07 09:44:20 -07:00
commit 1ff8e277b1
1 arquivos alterados com 5 adições e 0 exclusões

Ver arquivo

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