jeudi 7 juillet 2016

Formatting flask-wtf submit button using bootstrap


I'm using jinja to render a flask-wtf submit button as follows: {{ wtf.form_field(form.submit) }} This results in a button formatted in btn-default bootstrap format (white). I'd like to change this to btn-success bootstrap format (green). How can I achieve this?

Aucun commentaire:

Enregistrer un commentaire