Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 309:8a0bae48b6ca
Fixing #143; update to new cache settings.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 17 Jan 2011 04:00:59 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>