view gpp/templates/comments/comment_list.html @ 281:d9e01b36b761

Put paragraph tags around forum time.
author Brian Neal <bgneal@gmail.com>
date Sun, 03 Oct 2010 21:57:00 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>