view gpp/templates/comments/comment_list.html @ 274:2a3285e32062

For #114, another CSS tweak.
author Brian Neal <bgneal@gmail.com>
date Sun, 26 Sep 2010 19:18:55 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>