【发布时间】:2015-10-16 10:57:51
【问题描述】:
我正在使用flask-wtf提交按钮如下:
{{ wtf.form_field(form.submit, button_map={'submit': 'primary'}) }}
我想向提交按钮添加一个类,但我找不到任何相关信息, 我对此很陌生,但 http://pythonhosted.org/Flask-Bootstrap/basic-usage.html#templates 对我没有多大帮助。
有什么要推荐的吗?
【问题讨论】:
标签: python html twitter-bootstrap flask-wtforms