view gpp/templates/comments/comment_list.html @ 193:fa7d82bfb100

Implement #68: add a denormalized count field to weblinks Category model to reduce database queries.
author Brian Neal <bgneal@gmail.com>
date Sat, 03 Apr 2010 02:15:04 +0000
parents 82deb8cc59e9
children 7d3e5aca095f
line wrap: on
line source
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}