projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a3fcbd6
)
fixed a typo in the doc
author
Fabien Potencier
<fabien.potencier@gmail.com>
Sat, 5 Nov 2011 07:07:20 +0000 (08:07 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sat, 5 Nov 2011 07:07:20 +0000 (08:07 +0100)
doc/tags/import.rst
patch
|
blob
|
history
diff --git
a/doc/tags/import.rst
b/doc/tags/import.rst
index
bc5e46f
..
8d47b36
100644
(file)
--- a/
doc/tags/import.rst
+++ b/
doc/tags/import.rst
@@
-45,7
+45,7
@@
namespace:
<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>