Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 154:82deb8cc59e9
Fix #26; IE8 has problems displaying lists of divs.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 19 Dec 2009 20:12:29 +0000 |
parents | dbd703f7d63a |
children | 7d3e5aca095f |
line wrap: on
line source
{% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %}