view gpp/templates/comments/comment_list.html @ 13:777451a98f9d

Shoutbox work: shouts now have absolute URLs. Shouts can now be flagged as abuse. Minor tweak to breadcrumbs css. Added flag date to comments admin.
author Brian Neal <bgneal@gmail.com>
date Thu, 16 Apr 2009 02:00:17 +0000
parents dbd703f7d63a
children 82deb8cc59e9
line wrap: on
line source
<ol id="comment-list">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</ol>