projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
621c7b5
)
fixed typos in the doc (closes #726)
author
Fabien Potencier
<fabien.potencier@gmail.com>
Wed, 16 May 2012 14:24:38 +0000 (16:24 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Wed, 16 May 2012 14:24:38 +0000 (16:24 +0200)
doc/templates.rst
patch
|
blob
|
history
diff --git
a/doc/templates.rst
b/doc/templates.rst
index
a3aa39a
..
c327168
100644
(file)
--- a/
doc/templates.rst
+++ b/
doc/templates.rst
@@
-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
-----------