view gpp/templates/comments/comment_list.html @ 416:aabee29cadac

As a follow up to r447, use jQuery to vertically align the model checkboxes.
author Brian Neal <bgneal@gmail.com>
date Sun, 10 Apr 2011 00:49:23 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>