Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 570:0a0a069ab645
For Django 1.4, remove the obsolete setting ADMIN_MEDIA_PREFIX.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 02 May 2012 20:38:17 -0500 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>