view gpp/templates/comments/comment_list.html @ 210:77b606e0ad5f

Fix #78: improve the download upload_to path.
author Brian Neal <bgneal@gmail.com>
date Fri, 07 May 2010 02:56:49 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>