annotate gpp/templates/comments/comment_list.html @ 175:776028f4bced

Ticket #60. The TEMPLATE_CONTEXT_PROCESSOR django.core.context_processors.auth moved to django.contrib.auth.context_processors.auth.
author Brian Neal <bgneal@gmail.com>
date Wed, 03 Mar 2010 04:09:42 +0000
parents 82deb8cc59e9
children 7d3e5aca095f
rev   line source
gremmie@1 1 {% for comment in comments %}
gremmie@1 2 {% include 'comments/comment.html' %}
gremmie@1 3 {% endfor %}