author | Thierry Florac <tflorac@ulthar.net> |
Sun, 22 Feb 2015 14:52:32 +0100 | |
changeset 1 | 5595823c66f1 |
parent 0 | f04e1d0a0723 |
child 2 | 94e76f8e9828 |
--- a/src/pyams_security/views/userfolder.py Thu Feb 19 10:53:29 2015 +0100 +++ b/src/pyams_security/views/userfolder.py Sun Feb 22 14:52:32 2015 +0100 @@ -73,6 +73,8 @@ title = _("User registration") legend = _("Please enter registration info") icon_css_class = 'fa fa-fw fa-user' + label_css_class = 'control-label col-md-4' + input_css_class = 'col-md-8' fields = field.Fields(IUserRegistrationInfo) buttons = button.Buttons(IUserRegistrationFormButtons)