diff examples/tutorial/geddit/templates/index.html @ 625:abad7c2ebe15 trunk

GenshiTutorial: implemented AJAX commenting.
author cmlenz
date Fri, 31 Aug 2007 17:01:00 +0000
parents 58be58c03509
children 3ed77fbfafa8
line wrap: on
line diff
--- a/examples/tutorial/geddit/templates/index.html
+++ b/examples/tutorial/geddit/templates/index.html
@@ -10,7 +10,6 @@
   </head>
   <body>
     <h1>News</h1>
-    <p><a class="action" href="${url('/submit/')}">Submit new link</a></p>
 
     <ol py:if="links" class="links">
       <li py:for="link in links">
@@ -23,5 +22,7 @@
         </div>
       </li>
     </ol>
+
+    <p><a class="action" href="${url('/submit/')}">Submit new link</a></p>
   </body>
 </html>
Copyright (C) 2012-2017 Edgewall Software