issue 617, separator in tools addrows, thanks hi21alt
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 1.99.4 (2012-01-16 21:51:43) stable
|
||||
Version 1.99.4 (2012-01-16 21:58:15) stable
|
||||
|
||||
+1
-1
@@ -1882,7 +1882,7 @@ class Auth(object):
|
||||
repr(request.vars.get(passfield, None)),
|
||||
error_message=self.messages.mismatched_password))
|
||||
|
||||
addrow(form, self.messages.verify_password + ':',
|
||||
addrow(form, self.messages.verify_password + self.settings.label_separator,
|
||||
form.custom.widget.password_two,
|
||||
self.messages.verify_password_comment,
|
||||
formstyle,
|
||||
|
||||
Reference in New Issue
Block a user