projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
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
--- a/
floof/templates/comments.mako
+++ /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>