Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 381:6df1091b11b2
Humanize the forum stats by adding the intcomma filter.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 09 Mar 2011 01:50:13 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>