Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 188:d293b423bdaf
Adding support for the django debug toolbar.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 31 Mar 2010 01:58:20 +0000 |
parents | 82deb8cc59e9 |
children | 7d3e5aca095f |
line wrap: on
line source
{% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %}