view gpp/templates/comments/comment_list.html @ 288:4ba879ccdc62

Adding all the smilies from the old site as extra smilies
author Brian Neal <bgneal@gmail.com>
date Sun, 05 Dec 2010 20:58:58 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>