Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 191:046e6ef0ff45
Added select_related() to weblinks.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 01 Apr 2010 02:01:33 +0000 |
parents | 82deb8cc59e9 |
children | 7d3e5aca095f |
line wrap: on
line source
{% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %}