view gpp/templates/comments/comment_list.html @ 138:7ea842744a57

Ticket #15, add a way to report user profiles.
author Brian Neal <bgneal@gmail.com>
date Fri, 27 Nov 2009 21:55:32 +0000
parents dbd703f7d63a
children 82deb8cc59e9
line wrap: on
line source
<ol id="comment-list">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</ol>