Comment posting support.
[zzz-floof.git] / floof / templates / comments.mako
diff --git a/floof/templates/comments.mako b/floof/templates/comments.mako
deleted file mode 100644 (file)
index cc59b54..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<%def name="entire_thread(discussion)">
-<%
-    if not discussion:
-        return
-%>\
-<ul>
-    % for comment in discussion.comments:
-    <li>${comment.text}</li>
-    % endfor
-</ul>
-</%def>