Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 190:0e4961833cdf
Added some select_related's to downloads.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 01 Apr 2010 01:57:01 +0000 |
parents | 82deb8cc59e9 |
children | 7d3e5aca095f |
line wrap: on
line source
{% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %}