view gpp/templates/comments/comment_list.html @ 181:500e5875a306

Implementing #61: adding a forum topic subscription feature.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Mar 2010 01:07:47 +0000
parents 82deb8cc59e9
children 7d3e5aca095f
line wrap: on
line source
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}