view gpp/templates/comments/comment_list.html @ 172:0fa78ef80356

Implementing #55 - Add function to view a users posts from their profile.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Feb 2010 22:20:15 +0000
parents 82deb8cc59e9
children 7d3e5aca095f
line wrap: on
line source
{% for comment in comments %}
{% include 'comments/comment.html' %}
{% endfor %}