diff roundup/cgi/templating.py @ 1440:b4c0819c7a57

oops, fubared the confirm password field
author Richard Jones <richard@users.sourceforge.net>
date Mon, 17 Feb 2003 22:32:43 +0000
parents 13c42b803101
children 2b20294b934a
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Mon Feb 17 06:45:38 2003 +0000
+++ b/roundup/cgi/templating.py	Mon Feb 17 22:32:43 2003 +0000
@@ -878,7 +878,7 @@
             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):

Roundup Issue Tracker: http://roundup-tracker.org/