In a SQLFORM form I set:

buttons = [
 INPUT(_type='submit', _value='go', _class='btn btn-primary'),
 INPUT(_type='button', _value='info', _class='btn btn-info'),
]

but buttons have not bootstrap style (btn-primary button are not blue, there are no space between the two button).

My be I must install twitter-boostrap? What I have to do?



Thank.

Reply via email to