We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39769c5 commit a97b8d3Copy full SHA for a97b8d3
src/yafowil/bootstrap/common.py
@@ -83,8 +83,8 @@ def register_macros():
83
'div.class_add': 'col-sm-10',
84
})
85
factory.register_macro('button', 'button', {
86
- 'submit.class': 'btn',
87
- 'submit.class_add': 'btn-default',
+ 'button.class': 'btn',
+ 'button.class_add': 'btn-default',
88
89
90
# yafowil.widget.array
0 commit comments