From: Fabien Potencier Date: Sat, 5 Nov 2011 07:07:20 +0000 (+0100) Subject: fixed a typo in the doc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=ace74cc6a014b7004d3832e607342db84290dc7a;p=konrad%2Ftwig.git fixed a typo in the doc --- diff --git a/doc/tags/import.rst b/doc/tags/import.rst index bc5e46f..8d47b36 100644 --- a/doc/tags/import.rst +++ b/doc/tags/import.rst @@ -45,7 +45,7 @@ namespace:
Username
{{ input_field('username') }}
Password
-
{{ input_field('password', type='password') }}
+
{{ input_field('password', '', 'password') }}

{{ textarea('comment') }}