comparison gpp/templates/comments/comment_list.html @ 200:7d3e5aca095f

Fixing #73: comments no longer getting adding to web page on submit.
author Brian Neal <bgneal@gmail.com>
date Sun, 11 Apr 2010 19:41:13 +0000
parents 82deb8cc59e9
children
comparison
equal deleted inserted replaced
199:217119c87a06 200:7d3e5aca095f
1 <div id="comment-container">
1 {% for comment in comments %} 2 {% for comment in comments %}
2 {% include 'comments/comment.html' %} 3 {% include 'comments/comment.html' %}
3 {% endfor %} 4 {% endfor %}
5 </div>