class ArticleForm(Form): type = SelectField('type', choices=[(h.id, h.name) for h in ArticleType.query.all()], coerce=int).
確定! 回上一頁