view gpp/templates/comments/comment_list.html @ 282:39664e661c69

Bug fix on r299 (#129).
author Brian Neal <bgneal@gmail.com>
date Mon, 04 Oct 2010 00:56:54 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>