Code

oops, fubared the confirm password field
[roundup.git] / 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):