From: Fabien Potencier Date: Wed, 16 May 2012 14:24:38 +0000 (+0200) Subject: fixed typos in the doc (closes #726) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=93c4406f8;p=web%2Fkonrad%2Ftwig.git fixed typos in the doc (closes #726) --- 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 -----------