Mercurial > public > sg101
view gpp/templates/comments/comment_list.html @ 480:1a7ca5fa494f
Fixing #229: Download details view with a bogus download ID produces internal server error isntead of a 404.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 05 Oct 2011 00:09:30 +0000 |
parents | 7d3e5aca095f |
children |
line wrap: on
line source
<div id="comment-container"> {% for comment in comments %} {% include 'comments/comment.html' %} {% endfor %} </div>