view gpp/templates/comments/comment_list.html @ 367:cb121a3abf46

Fixing #176; add a side block for current polls.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Mar 2011 20:54:26 +0000
parents 7d3e5aca095f
children
line wrap: on
line source
<div id="comment-container">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</div>