view gpp/templates/comments/comment_list.html @ 21:884839ddbfde

Webinks: added a navigation template tag so views don't have to keep constructing the searc form. Also provided a count of search results on the template.
author Brian Neal <bgneal@gmail.com>
date Sun, 19 Apr 2009 21:00:06 +0000
parents dbd703f7d63a
children 82deb8cc59e9
line wrap: on
line source
<ol id="comment-list">
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}
</ol>