diff 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
line wrap: on
line diff
--- a/gpp/templates/comments/comment_list.html	Sun Apr 11 18:56:30 2010 +0000
+++ b/gpp/templates/comments/comment_list.html	Sun Apr 11 19:41:13 2010 +0000
@@ -1,3 +1,5 @@
+<div id="comment-container">
 {% for comment in comments %}
 {% include 'comments/comment.html' %}
 {% endfor %}
+</div>