diff examples/tutorial/geddit/templates/_form.html @ 631:e990fa05d80b trunk

GenshiTutorial: implement the XSS section.
author cmlenz
date Tue, 04 Sep 2007 19:20:46 +0000
parents abad7c2ebe15
children
line wrap: on
line diff
--- a/examples/tutorial/geddit/templates/_form.html
+++ b/examples/tutorial/geddit/templates/_form.html
@@ -12,6 +12,7 @@
     <td>
       <textarea id="comment" name="content" rows="6" cols="50"></textarea>
       <span py:if="'content' in errors" class="error"><br />${errors.content}</span>
+      <p class="hint">You can use HTML tags here for formatting.</p>
     </td>
   </tr><tr>
     <td></td>
Copyright (C) 2012-2017 Edgewall Software