From 93c4406f87537f410ca811f6bc5d31ae24ec985b Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 16 May 2012 16:24:38 +0200 Subject: [PATCH] fixed typos in the doc (closes #726) --- doc/templates.rst | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/doc/templates.rst b/doc/templates.rst index a3aa39a..c327168 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -446,9 +446,8 @@ namespace via the :doc:`from` tag:
Username
{{ input_field('username') }}
Password
-
{{ input_field('password', type='password') }}
+
{{ input_field('password', '', 'password') }}
-

{{ textarea('comment') }}

Expressions ----------- -- 1.7.2.5