view gpp/templates/comments/comment_list.html @ 269:4e307f9ddd2d

Rounded corner CSS tweaks for side blocks and the bulletins.
author Brian Neal <bgneal@gmail.com>
date Sun, 26 Sep 2010 04:32:17 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>