From 1981681176c15e119518fa44b3771208b364aa91 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 17 Feb 2003 22:32:43 +0000 Subject: [PATCH] oops, fubared the confirm password field git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1518 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgi/templating.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.5