Flask-WTF form doesn't have attribute 'validate_on_submit'问题

今天在学习WTF表单的时候遇到了这个问题,在stackoverflow上搜索查到了解决方案

from flask.ext.wtf import Form
from wtforms import TextField, BooleanField, PasswordField, TextAreaField, validators

你可能感兴趣的:(Flask-WTF form doesn't have attribute 'validate_on_submit'问题)