Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 424:8df6e9edac22
Fix typo discovered by Shari.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 24 Apr 2011 03:54:40 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>