Code

oops, fubared the confirm password field
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 17 Feb 2003 22:32:43 +0000 (22:32 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 17 Feb 2003 22:32:43 +0000 (22:32 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1518 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi/templating.py

index 57d3f21427fb66b1034aa9e135f4fbc43afeea0d..54bf622e8d0ae9316c43a20323f79ca81f25f76e 100644 (file)
@@ -878,7 +878,7 @@ class PasswordHTMLProperty(HTMLProperty):
             confirmation that the user typed the password correctly. Generates
             a field with name ":confirm:name".
         '''
-        return '<input type="password" name=":confirm:name" size="%s">'%(
+        return '<input type="password" name=":confirm:%s" size="%s">'%(
             self._name, size)
 
 class NumberHTMLProperty(HTMLProperty):