diff examples/tutorial/geddit/templates/comments.html @ 618:5a2059ce1f0b

Simplify the tutorial project: comments are now flat, not hierarchical.
author cmlenz
date Thu, 30 Aug 2007 09:08:06 +0000
parents 0dc152d128f5
children
line wrap: on
line diff
--- a/examples/tutorial/geddit/templates/comments.html
+++ b/examples/tutorial/geddit/templates/comments.html
@@ -7,7 +7,5 @@
     <strong>${comment.username}</strong>
     at ${comment.time.strftime('%M/%d/%Y %H:%m')}
     <blockquote>${comment.content}</blockquote>
-    <a href="${url('/reply/%s/' % comment.code)}">reply</a>
-    <xi:include href="comments.html" py:with="comments=comment.replies" />
   </li>
 </ul>
Copyright (C) 2012-2017 Edgewall Software