Closed alfonsodg closed 10 years ago
From cfho...@cfhowes.com on February 21, 2011 11:38:12
I just checked out latest from trunk (1629), and there is a typo in the formstyle fix for login forms (formtyle instead of formstyle):
diff -r 6049326effe7 gluon/tools.py --- a/gluon/tools.py Sun Feb 20 23:11:55 2011 -0600 +++ b/gluon/tools.py Mon Feb 21 08:35:25 2011 -0800 @@ -1952,7 +1952,7 @@ requires=[IS_EXPR('value==%s' % repr(request.vars.new_password), self.messages.mismatched_password)]), submit_button=self.messages.submit_button,
I'm not sure how this manifests itself when run.
Original issue: http://code.google.com/p/web2py/issues/detail?id=199
From massimo....@gmail.com on February 21, 2011 08:51:04
Status: Fixed
From cfho...@cfhowes.com on February 21, 2011 11:38:12
I just checked out latest from trunk (1629), and there is a typo in the formstyle fix for login forms (formtyle instead of formstyle):
diff -r 6049326effe7 gluon/tools.py --- a/gluon/tools.py Sun Feb 20 23:11:55 2011 -0600 +++ b/gluon/tools.py Mon Feb 21 08:35:25 2011 -0800 @@ -1952,7 +1952,7 @@ requires=[IS_EXPR('value==%s' % repr(request.vars.new_password), self.messages.mismatched_password)]), submit_button=self.messages.submit_button,
I'm not sure how this manifests itself when run.
Original issue: http://code.google.com/p/web2py/issues/detail?id=199