We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77caad5 commit c8827bbCopy full SHA for c8827bb
roundup/cgi/templating.py
@@ -878,7 +878,7 @@ def confirm(self, size = 30):
878
confirmation that the user typed the password correctly. Generates
879
a field with name ":confirm:name".
880
'''
881
- return '<input type="password" name=":confirm:name" size="%s">'%(
+ return '<input type="password" name=":confirm:%s" size="%s">'%(
882
self._name, size)
883
884
class NumberHTMLProperty(HTMLProperty):
0 commit comments