diff examples/tutorial/geddit/templates/comment.html @ 619:71d3edd302ae

GenshiTutorial: various updates to sync with wiki page.
author cmlenz
date Thu, 30 Aug 2007 14:19:59 +0000
parents 80a9c247ca80
children d218020fb92a
line wrap: on
line diff
--- a/examples/tutorial/geddit/templates/comment.html
+++ b/examples/tutorial/geddit/templates/comment.html
@@ -4,10 +4,10 @@
       xmlns:py="http://genshi.edgewall.org/">
   <xi:include href="layout.html" />
   <head>
-    <title>Comment on “${submission.title}”</title>
+    <title>Comment on “${link.title}”</title>
   </head>
   <body>
-    <h1>Comment on “${submission.title}”</h1>
+    <h1>Comment on “${link.title}”</h1>
     <p py:if="comment">
       In reply to <strong>${comment.username}</strong>
       at ${comment.time.strftime('%M/%d/%Y %H:%m')}:
Copyright (C) 2012-2017 Edgewall Software