Skip to content

Commit c8827bb

Browse files
author
Richard Jones
committed
oops, fubared the confirm password field
1 parent 77caad5 commit c8827bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ def confirm(self, size = 30):
878878
confirmation that the user typed the password correctly. Generates
879879
a field with name ":confirm:name".
880880
'''
881-
return '<input type="password" name=":confirm:name" size="%s">'%(
881+
return '<input type="password" name=":confirm:%s" size="%s">'%(
882882
self._name, size)
883883

884884
class NumberHTMLProperty(HTMLProperty):

0 commit comments

Comments
 (0)