Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 396:63e4682d6482
Fixing grammar in a comment only.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 25 Mar 2011 00:39:17 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>