Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 157:78b7e64665ed
Messages: use post to delete and undelete messages.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 20 Dec 2009 05:22:21 +0000 |
parents | 82deb8cc59e9 |
children | 7d3e5aca095f |
line wrap: on
line source
{% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %}