view gpp/templates/comments/comment_list.html @ 165:952e05cb3d80

Implement #49; use POST for updating link hit counts. Also refactored a bit and use javascript to report broken links.
author Brian Neal <bgneal@gmail.com>
date Sun, 03 Jan 2010 04:15:14 +0000
parents 82deb8cc59e9
children 7d3e5aca095f
line wrap: on
line source
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}