view 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
line wrap: on
line source
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}