Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 406:f469261d617b
Cosmetic tweaks; break in download definition list; padding added for news story containers.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 31 Mar 2011 00:38:02 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>