summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5a24bee)
raw | patch | inline | side by side (parent: 5a24bee)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 17 Feb 2003 22:32:43 +0000 (22:32 +0000) | ||
committer | richard <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 | patch | blob | history |
index 57d3f21427fb66b1034aa9e135f4fbc43afeea0d..54bf622e8d0ae9316c43a20323f79ca81f25f76e 100644 (file)
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):