fixed typos in the doc (closes #726)
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 16 May 2012 14:24:38 +0000 (16:24 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 16 May 2012 14:24:38 +0000 (16:24 +0200)
doc/templates.rst

index a3aa39a..c327168 100644 (file)
@@ -446,9 +446,8 @@ namespace via the :doc:`from<tags/from>` tag:
         <dt>Username</dt>
         <dd>{{ input_field('username') }}</dd>
         <dt>Password</dt>
-        <dd>{{ input_field('password', type='password') }}</dd>
+        <dd>{{ input_field('password', '', 'password') }}</dd>
     </dl>
-    <p>{{ textarea('comment') }}</p>
 
 Expressions
 -----------