Skip to content
Snippets Groups Projects
Commit 11e4cad9 authored by Sandy Carter's avatar Sandy Carter Committed by Martin Trigaux
Browse files

[IMP] auth_oauth: set default 'zocial' css_class

The buttons for new providers needs at least the zocial css class to be seen as button. As the field css_class is not in the default form view, add it by default.
parent 3b901f0a
Branches
Tags
No related merge requests found
......@@ -21,4 +21,5 @@ class auth_oauth_provider(osv.osv):
}
_defaults = {
'enabled' : False,
'css_class' : "zocial",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment