Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 349:a43add8af83d
Fix #171; forums weren't assigning badge ownership correctly when pre-fetching data.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 02 Mar 2011 02:34:57 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>