Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 464:bba1782992eb
Fix links to events on the google sync page in GCalendar admin.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 09 Jul 2011 02:12:32 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>