From ace74cc6a014b7004d3832e607342db84290dc7a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 5 Nov 2011 08:07:20 +0100 Subject: [PATCH] fixed a typo in the doc --- doc/tags/import.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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') }}

-- 1.7.2.5