branch | stable |
changeset 4603 | ce19b0a05db3 |
parent 4600 | ae95c3241226 |
child 4604 | 96cc3d296d75 |
--- a/web/views/basetemplates.py Wed Feb 17 09:13:00 2010 +0100 +++ b/web/views/basetemplates.py Wed Feb 17 09:13:49 2010 +0100 @@ -472,7 +472,7 @@ __password = ff.StringField('__password', label=_('password'), widget=fw.PasswordSingleInput({'class': 'data'})) form_buttons = [fw.SubmitButton(label=_('log in'), - attrs={'class': 'loginButton right'})] + attrs={'class': 'loginButton'})] @property def action(self):