From: richard Date: Mon, 17 Feb 2003 22:32:43 +0000 (+0000) Subject: oops, fubared the confirm password field X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1981681176c15e119518fa44b3771208b364aa91;p=roundup.git oops, fubared the confirm password field git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1518 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi/templating.py b/roundup/cgi/templating.py index 57d3f21..54bf622 100644 --- a/roundup/cgi/templating.py +++ b/roundup/cgi/templating.py @@ -878,7 +878,7 @@ class PasswordHTMLProperty(HTMLProperty): confirmation that the user typed the password correctly. Generates a field with name ":confirm:name". ''' - return ''%( + return ''%( self._name, size) class NumberHTMLProperty(HTMLProperty):