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 8b956d5 commit c19b919Copy full SHA for c19b919
src/yafowil/bootstrap/common.py
@@ -82,7 +82,7 @@ def register_macros():
82
'label.class_add': 'col-sm-2',
83
'div.class_add': 'col-sm-10',
84
})
85
- factory.register_macro('button', 'submit', {
+ factory.register_macro('button', 'button', {
86
'submit.class': 'btn',
87
'submit.class_add': 'btn-default',
88
0 commit comments